Changes in Magick.NET:
- Refactored the ExifProfile and related classes to improve type safety.
- Added interfaces for the profile classes.
- Fixed crash when opening some HEIC files (#533).
- Fixed orientation of TGA files (#509).
- Throw exception instead of raising an
ObjectDisposedExceptionwhen read of image fails (#548). - Fixed conversion of 16-bit grayscale PSD image (#551).
Related changes in ImageMagick since the last release of Magick.NET:
- Inject image profile properties immediately after the image is read.
- Replace pseudo-random number generator with a Xoshiro generator.
- The -layers optimize option requires a fully transparent previous image.
- Support Pocketmod image format
- Correct for TGA orientation (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757).
- Add exception parameter to CMS transform methods.
Library updates:
- ImageMagick 7.0.9-14 beta
- libde265 1.0.4
- libheif 1.6.1