JacobDev1 / xl-converter

Easy-to-use image converter for modern formats. Supports multithreading, drag 'n drop, and downscaling.
https://codepoems.eu/xl-converter
Other
118 stars 4 forks source link

Replace JPEG XL version 0.8.1 to version 0.10.0 (Windows) #11

Closed Ahmad-Amsyar closed 4 months ago

Ahmad-Amsyar commented 4 months ago

Replacing the JPEG XL file from version 0.8.1 to version 0.10.0.

File source is from https://github.com/libjxl/libjxl/releases/tag/v0.10.0

SHA-1 CHECKSUM:

JacobDev1 commented 4 months ago

Hello,

I've been meaning to upgrade the binaries for a while, but I need to do more testing.

The VarDCT behavior was changed in libjxl 0.9.* compared to 0.8.*. The images are slightly larger and the pixel output is different. I need to make sure those changes are positive.

JPG Reconstruction also needs to be tested thoroughly with every version change.

I've already tried upgrading and got burned, because djxl had broken pathing on Windows (didn't accept drive letters).

The next version will still be using 0.8.1. After that, I will try testing the newer builds (0.9.2 perhaps?).

It is a complex topic, but it's worth to mention we are on the bleeding-edge. Ensuring everything works is crucial.

That being said, I do appreciate your effort. I have read your email and seen your libjxl pull request. I'm happy somebody cares about my software.

Ahmad-Amsyar commented 4 months ago

That is a really clear explanation and I understand the difficulty and issue you are facing, I wish you good luck. You really have amazing software and I will always keep using it.