v0.35.4-rc.0Pre-release
Changed 2
- Upgrade to libvips v8.18.6 for upstream bug fixes
- Improve support for input Streams finishing before output is requested
Fixed 5
- Bound resize dimensions to coordinate limit
- Bound composite left and top to coordinate limit
- Round palette bit depth up for png and gif colours
- Ensure tiff.subifd input option is used
- Ensure info.pages is correct when limiting input page range
From sharp
-
Upgrade to libvips v8.18.6 for upstream bug fixes.
-
Bound resize dimensions to coordinate limit.
-
Bound composite left and top to coordinate limit. #4564 @metsw24-max
-
Round palette bit depth up for png and gif colours. #4569 @metsw24-max
-
Ensure tiff.subifd input option is used. #4572 @metsw24-max
-
Ensure
info.pagesis correct when limiting input page range. #4578 @metsw24-max -
Improve support for input Streams finishing before output is requested. #4584 @Jaybhade