We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1f075 commit 9f17f29Copy full SHA for 9f17f29
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## [3.15.1] - 2026-01-13
4
+### Fix
5
+- Patch vips to fix saving and loading of non-8-bit JPEG XL images.
6
+
7
## [3.15.0] - 2026-01-06
8
### Changed
9
- Update Go to 1.25.5.
build-deps.sh
@@ -465,6 +465,9 @@ ninja -C _build install
465
466
print_build_stage vips $VIPS_VERSION
467
cd $DEPS_SRC/vips
468
+# Patch loading/saving non-8-bit JPEG XL images.
469
+# Remove when https://github.com/libvips/libvips/pull/4830 is merged and released.
470
+curl -Ls https://github.com/DarthSim/libvips/commit/dd245c7da6d14cb0199373c4b248d775758a941e.patch | git apply
471
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" \
472
meson setup _build \
473
--buildtype=release \
0 commit comments