Releases: freedom35/image-processing
Releases · freedom35/image-processing
v1.5.2
v1.5.1
v1.5.0
What's Changed
- Updated readme. by @freedom35 in #72
- Package Updates by @freedom35 in #73
- Added readme to NuGet package. by @freedom35 in #74
Full Changelog: v1.4.1...v1.5.0
Updated package dependencies
Updated System.Drawing.Common dependency to v6.0.0.
Updated Image Viewer App project to target .NET 6.0.
Updated unit test project to target .NET 6.0.
Added overloads to ImageColor class
Added overload methods for converting color images to grayscale.
Added overload methods for converting images to black & white.
Added support for applying sepia filter to images.
Added support for applying sepia filter to images.
Bug fixes.
- Fixed issue with stride padded images causing an index out of bounds exception when enhancing contrast.
- Fixed issue with RGB color filters not working correctly for images with stride padding and alpha bytes.
- Fixed issue with processing images with stride padding and alpha bytes.
- Revision to combine images using bitwise OR.
- Fixed issue where max threshold value was not correctly applied to the red (RGB) byte for color images.
Added support for applying EXIF orientation data to images.
Merge pull request #50 from freedom35/exif-orientation Added support for applying EXIF orientation data to images.
Revision to return rounded value for ImageBytes.GetAverageValue.
Merge pull request #46 from freedom35/avg-byte-value-accuracy Revision to return rounded value for ImageBytes.GetAverageValue.
Revision to add enum description attribute for 'Mexican Hat' smoothing filter.
v1.0.1 Updated readme with v1.0.1 release info.