PHP 8.5.0 Beta 1 available for testing

Voting

: min(four, three)?
(Example: nine)

The Note You're Voting On

Christian Dehning
15 years ago
When cropping gif-images (I had no problems with jpg and png images), the canvas is not removed. Please run the following command on the cropped gif, to remove the blank space:

$im->setImagePage(0, 0, 0, 0);

<< Back to user notes page

To Top