Image Utilities

Image Utilities (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 22 June 2022 by Capgemini Portugal
Image Utilities

Image Utilities (ODC)

Details
Detailed Description

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.