Extension with the following image manipulation features (version 1.0):
- AspectRatio_Resizer, resizes an image based on a specific aspect ratio set by the User;
- OriginalAspectRatio_Resizer with 2 modes resizing the image by the new Height/Width, where the Width/Height will be automatically calculated keeping the original ratio;
- Position_Cropper, crops an image based on the sizes chosen by the User for the Width, Height and Position within the Original Image;
- Regular_Resizer, resizes an image by the user chosen Width and Height;
- Watermark, applies an image or text as a watermark to an image, FontColor and Font are the ones on C# Font Class and Drawing Library (check link in documentation tab).
In the new version (1.1) the following features have been added:
- BlackNWhite_Filter, converts image to black and white;
- Compress_Image, compresses an image based on a specific value used to reduce it´s quality level, making the file lighter;
- Convert_Image, converts image current format to others ex: JPEG to PNG (check link in documentation tab for available formats);
- Flip_Image, mirrors the image vertically or horizontally;
- Rotate_Image, rotates image according to the specified degrees.
- Bug fixing when Watermarking PNG images, to avoid black background
- Updated Demo