Changes in Magick.NET:
- Renamed the Native library and moved it to a separate project.
- Fixed omproper image header. ReadPSDImage/2237 (#448).
- Fixed long file path : STATUS_HEAP_CORRUPTION (#453).
- Fixed mistake in initialization of
ColorHSL(#454). - Fixed loading grayscale tga has incorrect number of channels and alpha channel (#459).
- Removed
IEquatableandIComparablefromIMagickImageInfo. - Added extra properties to the
ColorProfileclass (#443). - Added
RemoveProfiletoExifProfile. - Removed
IEquatablefromExifValueand changed the class into an interface calledIExifValue. - Added static class called
ExifValuesthat contains all the possible exif values that have
a value of the expected type instead ofobject.
Related changes in ImageMagick since the last release of Magick.NET:
- Added support for reading all images from a HEIC image (reference ImageMagick/ImageMagick#1391).
- Add support for RGB565 image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36078).
- Fix transient convolution bug (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36119).
- Support 16 and 32 bit tiled float TIFF images.
- Enabled support for Old-style JPEG compression support in libtiff (#441).
Library updates:
- ImageMagick 7.0.8-50 beta