Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jan 17, 2024
1 parent dc30528 commit d4e28c0
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ Changelog
Unreleased
----------

1.8.0 (2024-01-17)
------------------

- Fix sphinx build errors
- Remove old imghdr patch test (Storm Heg)
- Update the OpenCV detect_faces test for determinism (Stephan Lachnit)
- Add `transform_colorspace_to_srgb` operation and use it to fix inaccurate colors when saving specific image files (Storm Heg)

Note: this forces conversion to sRGB for CMYK images with an ICC profile as CMYK is not supported by PNG, WEBP, AVIF and HEIC Pillow encoders.
Otherwise, when a CMYK image is encoded, it gets converted to RGB resulting in inaccurate colors because Pillow ignores the ICC profile when performing the conversion.
So, as a workaround, we manually force an accurate conversion to RGB before encoding the image. This results in a much more accurate representation of the original CMYK image.
- Add support for ICO images (Jake Howard)

1.7.0 (2023-11-26)
------------------

Expand Down

0 comments on commit d4e28c0

Please sign in to comment.