-
Since https://github.com/google/brunsli has come up as a good alternative to FLIF, FUIF and PIK,
Is it possible to do a final comparison between the compressed sizes and compression artifacts of JPEG…
-
Hello,
I noticed your project is based on [jpegxl-rs](https://github.com/inflation/jpegxl-rs) which is licensed under GPLv3, but your project is licensed under an MIT license. GPLv3 is a copyleft l…
-
When building this wheel on Windows using:
```bat
vcpkg install libjxl --triplet x64-windows
pip wheel --use-feature=in-tree-build ./jxlpy
delvewheel repair -v --add-path C:\tools\vcpkg\inst…
-
Adler-32 and CRC-32 computations are fast with SIMD, but if you just want the fastest possible PNG decoder (e.g. to compare to QOI's speed), ignoring the checksums can be even faster.
For decode (n…
-
Wondering if there are plans for AVIF Image Format Support for sanity images (https://jakearchibald.com/2020/avif-has-landed/) at the moment I have auto format on which in chrome 85, is getting webp i…
-
**Describe the bug**
Build fails on openSUSE Tumbleweed armv7, with libhwy 1.0.2
```
[ 40s] cd /home/abuild/rpmbuild/BUILD/libjxl-0.7.0/build/lib && /usr/bin/c++ -DHWY_DISABLED_TARGETS="(HWY_SVE|…
-
### Preconditions and environment
- Magento 2.4.4
We currently have our own API set up to connect to Magento, and we provide content from this; including images. This includes various mime types, …
-
### Describe the bug
I had to perform an EXIF refresh of my whole library. Ever since, the moment I make an adjustment to an image, the UI hangs for roughly a minute without response. This only happe…
-
JPEG XL is a new image format made by the "JPEG" committee intended as a replacement for jpeg. It support both lossless and lossy compression while having a smaller size. This would be awesome for peo…
-
Hi @ilyakurdyukov .
The other day I came across jpeg with CMYK color space. `jpegqs` (at least from https://github.com/ImageProcessing-ElectronicPublications/libjpegqs) did a great job with it. But…