v0.34.3 - 10th July 2025
-
Upgrade to libvips v8.17.1 for upstream bug fixes.
-
Add “Magic Kernel Sharp” (no relation) to resizing kernels.
-
Deprecate top-level, format-specific constructor parameters, e.g.
subifd
becomestiff.subifd
. -
Expose
stylesheet
andhighBitdepth
SVG input parameters. -
Expose
keepDuplicateFrames
GIF output parameter. -
Add support for RAW digital camera image input. Requires libvips compiled with libraw support.
-
Provide XMP metadata as a string, as well as a Buffer, where possible.
-
Add
pageHeight
option tocreate
andraw
input for animated images. #3236 -
Support composite operation with non-sRGB pipeline colourspace. #4412 @kleisauke
-
Add
keepXmp
andwithXmp
for control over output XMP metadata. #4416 @tpatel