This package includes the activities below:
Image Cropping
Image Zooming
Image Cropping activity can be used to crop an input image with specified Height, Width, X and Y in pixels.
Image Zooming activity includes the four zooming modes below for zoom an input image:
Default - Fixed height and width, the aspect ratio of the original image will be maintained with fill specified background color.
HeightWidth - Fixed height and width, the aspect ratio of the original image will not be maintained.
Height - Fixed height, the aspect ratio of the original image will be maintained.
Width - Fixed width, the aspect ratio of the original image will be maintained.
If a option value is empty or unreasonable, it will be adjusted according to input image size.