Skip to content

Releases: freedom35/image-processing

v1.5.2

05 Jan 18:48
7dcd722

Choose a tag to compare

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

29 Dec 03:27
ef68b18

Choose a tag to compare

What's Changed

Full Changelog: v1.5.0...v1.5.1

v1.5.0

29 Dec 00:11
35db369

Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.0

Updated package dependencies

16 Jun 23:48
70cb030

Choose a tag to compare

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

31 Jul 04:34
6081ec5

Choose a tag to compare

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.

29 Jul 00:44
932b668

Choose a tag to compare

Added support for applying sepia filter to images.

Bug fixes.

09 Jul 06:44
4de7d39

Choose a tag to compare

  1. Fixed issue with stride padded images causing an index out of bounds exception when enhancing contrast.
  2. Fixed issue with RGB color filters not working correctly for images with stride padding and alpha bytes.
  3. Fixed issue with processing images with stride padding and alpha bytes.
  4. Revision to combine images using bitwise OR.
  5. 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.

24 Mar 21:06
e8d6d75

Choose a tag to compare

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.

26 Jan 17:21
5195f22

Choose a tag to compare

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.

26 Jan 04:17

Choose a tag to compare