Zebra_Image
Zebra_Image copied to clipboard
A single-file lightweight PHP library designed for efficient image manipulation featuring methods for modifying images and applying filters
Results
2
Zebra_Image issues
Sort by
recently updated
recently updated
newest added
I need to crop image with Circle shape not Square. Is there any way to do this with Zebra Image Library?
Get the error message: $image = new Zebra_Image(); echo $image->getErrorMessage(); //This will return a string --- Set custom error messages: $image = new Zebre_Image(); $image->setErrorMessages(array( 'Custom message for error n1...