A simple question motivated by a curiosity, with probably a complex answer: Is it possible to emulate the new PHP 5.5 imagecrop() in earlier versions, like 5.4, by combining other GD functions?
Awn.. But without the imagecrop() black line bug, please. :p
This should be a drop-in replacement for
imagecrop()
(without the bug...):Usage:
Note that the bug is apparently fixed in PHP 5.6.12.