The image utilities are a Java Script library for manipulating images. The main purpose of this library is to gather all the manipulating images actions in one place. This action is based on ImageUtils done by Harlin Setiadarma.
There are 7 actions covered in this asset:
AddImageWatermarker: Adds watermark to the image;
Crop: Crops the image provided x,y, height and width;
FixOrientation: Fix the orientation of the Image with EXIF values (1-8);
GetOrientation: Gets the current orientation of the image;
Identify: Identifies the image parameters as width, height, orientation, and size in bytes;
Resize: Resize the image based on max width and height;
Sharpen: Sharpens the image provided the sharpen factor.