This class can be used to resize, crop and add watermarks to images.
It can read GIF, JPEG or PNG images and resize them, crop or add a watermark in the initial image.
In crop function is used Java Script (jQuery + jCrop) to select the crop area.
The resulting image can be saved to a new JPEG, GIF or PNG image file.
Ratings
Utility
Consistency
Documentation
Examples
Tests
Videos
Overall
Rank
All time:
Perfect (100.0%)
Perfect (100.0%)
-
Good (93.8%)
-
-
Sufficient (69.4%)
230
Month:
There are not enough user ratings to display for this class.
This class can be used to crop images by removing edges with same color.
It can load a GIF, JPEG or PNG image and scans it to detect edges color, so it crops the image to remove the edge areas that have the same color around it.
The cropped image is outputted in the same format as the original image.