Releases: LazZiya/ImageResize
Releases · LazZiya/ImageResize
v3.0.1
3.0.0
- .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
- 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
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