JacobDev1

Results 25 comments of JacobDev1

I fixed the false positive permission error. I will check how viable DNG support is later.

HEIF / HEIC support is planned. However, it won't work out of the box. Users will have to provide an ImageMagick binary compiled with x265 support separately. The HEIF /...

Hi, thanks for notifying me. The listed pull requests work on the streaming fuzzer, not `cjxl` if I understand correctly. As of libjxl `v0.11.1` a single 33 megapixel image (PNG...

Note: - PPM files can be very large (even 100 MB per an 8k image). - Adding this would require significant redesigns. I'll poke around this feature and see.

The original issue: https://github.com/libjxl/libjxl/issues/3746 I researched this topic. `--streaming_input` implicitly enables chunked encoding. libjxl 0.11.* lifted the PPM restriction, so you can use it with any supported input format. For...