From 85812226b64693e8be0f05e1dec2da9aea28ecd7 Mon Sep 17 00:00:00 2001 From: winscripter <142818255+winscripter@users.noreply.github.com> Date: Thu, 16 Jul 2026 00:49:13 +0400 Subject: [PATCH] It's Jxl not Jpeg --- .../Formats/Jxl/Processing/{JpegXorShift.cs => JxlXorShift.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename src/ImageSharp/Formats/Jxl/Processing/{JpegXorShift.cs => JxlXorShift.cs} (97%) diff --git a/src/ImageSharp/Formats/Jxl/Processing/JpegXorShift.cs b/src/ImageSharp/Formats/Jxl/Processing/JxlXorShift.cs similarity index 97% rename from src/ImageSharp/Formats/Jxl/Processing/JpegXorShift.cs rename to src/ImageSharp/Formats/Jxl/Processing/JxlXorShift.cs index 430cfd6288..b3849d69f0 100644 --- a/src/ImageSharp/Formats/Jxl/Processing/JpegXorShift.cs +++ b/src/ImageSharp/Formats/Jxl/Processing/JxlXorShift.cs @@ -5,7 +5,7 @@ using System.Runtime.CompilerServices; namespace SixLabors.ImageSharp.Formats.Jxl.Processing; -internal sealed class JpegXorShift +internal sealed class JxlXorShift { private readonly ulong[] s0 = new ulong[8]; private readonly ulong[] s1 = new ulong[8];