Skip to content

Commit 9f17f29

Browse files
committed
Patch vips to fix saving and loading of non-8-bit JPEG XL images
1 parent 1c1f075 commit 9f17f29

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

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+
37
## [3.15.0] - 2026-01-06
48
### Changed
59
- Update Go to 1.25.5.

build-deps.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,9 @@ ninja -C _build install
465465

466466
print_build_stage vips $VIPS_VERSION
467467
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
468471
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" \
469472
meson setup _build \
470473
--buildtype=release \

0 commit comments

Comments
 (0)