1 2 3 4
/** * Scale an image according to input canvas dimensions. * No cropping will occur, the scaled image is "centered" to canvas. ...
1 2 3 4
<?php function imagetrim(&$im){ ...
PHP Trim an image vertically
Originally from http://zava...
1 2 3 4
/** * Scale an image according to input canvas dimensions. * No cropping will occur, the scaled image is "centered" to canvas. ...
1 2 3 4
<?php function imagetrim(&$im){ ...
Originally from http://zava...
The built in image function...