Skip to content

Commit 9095a2c

Browse files
committed
Patch vips for faster PNG load
1 parent 1ed3298 commit 9095a2c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
### Changed
55
- Update Go to 1.26.1.
66
- Update harfbuzz to 13.0.1.
7+
- Patch vips for faster PNG load.
78

89
## [3.15.3] - 2026-03-05
910
### Changed

build-deps.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,11 @@ ninja -C _build install
466466
print_build_stage vips $VIPS_VERSION
467467
cd $DEPS_SRC/vips
468468
# Patch loading/saving non-8-bit JPEG XL images.
469-
# Remove when https://github.com/libvips/libvips/pull/4830 is merged and released.
469+
# Remove after update to v8.18.1
470470
curl -Ls https://github.com/DarthSim/libvips/commit/dd245c7da6d14cb0199373c4b248d775758a941e.patch | git apply
471+
# Patch expensive PNG header read.
472+
# Remove after update to v8.18.1
473+
curl -Ls https://github.com/libvips/libvips/commit/0f83bf408a01043f1a68b012178b02ce1dbd9d94.patch | git apply --exclude ChangeLog
471474
CFLAGS="${CFLAGS} -O3" CXXFLAGS="${CXXFLAGS} -O3" \
472475
meson setup _build \
473476
--buildtype=release \

0 commit comments

Comments
 (0)