Releases: LazZiya/ImageResize
v4.1.4
v4.1.3
v4.1.1
Fix .NET Core Remote Code Execution Vulnerability, https://github.com/LazZiya/ImageResize/security/dependabot/1
v4.1.0
v4.0
Fixed #1 :
- Fixed Linux support (#1)
New Features:
- New - AnimatedImage (gif support) - Edit animated gif images (resize, text watewrmark, image water etc.)
- New - Animated Text Watermark - Add animated text watermark.
- New - Animated Image Watermark - Add animated image (gif) watermark.
- New - "Conditional" resizing methods: The resize will done depending on a conditional parameter.
- New - "AddFrame" methods: Draw a frame (border) around the image and specify distance, color, etc.
- New - "Mask" method: Applies a mask over the image.
Other updates:
- Update ref for System.Drawing.Common dotnet/core#3244
See all details in the docs https://docs.ziyad.info/
v4.0.0-preview4
Updates in preview 4:
- New "AddFrame" method: Draw a frame around the image and specify distance, color, etc.
- New "Mask" method: Applies a mask over the image.
Updates in preview 3:
-
New "Conditional" resizing methods: The resize will done depending on a conditional parameter.
-
New "Conditional" text/image watermark methods: Add text/image watermark if condition is true.
-
Amended method name: AnimatedImageResize.GifScaleByWidth --> AnimatedImageResize.GifScaleByWidth
Updates in preview 2:
- Added support to create animated text watermark
- Added support to create animated image watermark
Updates in preview 1:
- Added support for editing animated images (resize, text watewrmark, image water etc.)
- Update ref for System.Drawing.Common dotnet/core#3244
- See all release notes https://github.com/LazZiya/ImageResize/releases
v4.0.0-preview3
Updates in preview 3:
-
New "Conditional" resizing methods: The resize will done depending on a conditional parameter.
-
New "Conditional" text/image watermark methods: Add text/image watermark if condition is true.
-
Amended method name: AnimatedImageResize.GifScaleByWidth --> AnimatedImageResize.GifScaleByWidth
Updates in preview 2:
- Added support to create animated text watermark
- Added support to create animated image watermark
Updates in preview 1:
- Added support for editing animated images (resize, text watewrmark, image water etc.)
- Update ref for System.Drawing.Common dotnet/core#3244
- See all release notes https://github.com/LazZiya/ImageResize/releases
v4.0.0-preview2
Updates in preview 2:
- Added support to create animated text watermark
- Added support to create animated image watermark
Updates in preview 1:
- Added support for editing animated images (resize, text watewrmark, image water etc.)
- Update ref for System.Drawing.Common dotnet/core#3244
v4.0.0-preview1
- Added support to edit animated images (gif)
- All image editing methods (resize, text watermark, image watermark) are available for animated gif images as well
See new docs portal for more info.
See live demo portal not updated yet to include animated image samples