Skip to content

Releases: LazZiya/ImageResize

v3.0.1

26 Apr 13:13
b70ffce
Compare
Choose a tag to compare
  • Fix for issue #4 related to loosing the transparency while resizing png images.
  • removed dependency on System.ComponentModel.DataAnnotations.

3.0.0

18 Dec 09:25
Compare
Choose a tag to compare
 - .NetStandard 2.0 support
 - New: TextOutline for text watermark
 - New: AddTextWatermark methods
 - New: AddImageWatermark methods
 - New: Graphic options for image resize methods
 - CMYK support ( fix for issue #3 )
 - Obsolete: TextWatermark, ImageWatermark extensions are obsolete and will be removed in a feature release
 - Overall performance improvments

3.0.0-preview2

15 Dec 18:35
Compare
Choose a tag to compare
3.0.0-preview2 Pre-release
Pre-release
  • Fix for issue #3 related to CMYK image resize
  • New extension method under LazZiya.ImageResize.Tools to get the color format of Bitmap file:
public static ImageColorFormat GetColorFormat(this Bitmap bitmap)

returns enum of type ImageColorFormat

3.0.0-preview1

08 Dec 18:23
5f964b0
Compare
Choose a tag to compare
3.0.0-preview1 Pre-release
Pre-release

Release notes:
- .NetStandard 2.0 support
- New: TextOutline for text watermark
- New: AddTextWatermark methods
- New: AddImageWatermark methods
- New: Graphic options for image resize methods
- Obsolete: TextWatermark, ImageWatermark extensions are obsolete and will be removed in a feature release
- Overall performance improvments

2.0.0

01 Mar 12:21
4ec23d1
Compare
Choose a tag to compare
  • Image resize, scale by width, scale by height, auto scale, scale & crop, crop functionalities.
  • Text watermark
  • Image watermark
  • adjust location, color and opacity of text and image watermarks

1.0.0

17 Feb 11:58
Compare
Choose a tag to compare

image resize tool for .NetCore Projects,
supports adding text watermark