Add ignoreIcc input option to ignore embedded ICC profile

This commit is contained in:
Lovell Fuller
2023-02-12 17:51:24 +00:00
parent a2988c9edc
commit 42d2f07e44
8 changed files with 54 additions and 5 deletions

View File

@@ -18,6 +18,8 @@ Requires libvips v8.14.0
* Prefer integer (un)premultiply for faster resizing of RGBA images.
* Add `ignoreIcc` input option to ignore embedded ICC profile.
* Allow use of GPS (IFD3) EXIF metadata.
[#2767](https://github.com/lovell/sharp/issues/2767)