Code: Select all
<?php
$cmd = "convert image.jpg -gravity Center -crop 100x100+0+0 JPG:-";
header("Content-type: image/jpeg");
passthru($cmd, $retval);
?>
Code: Select all
<?php
$cmd = "convert image.jpg -gravity Center -crop 100x100+0+0 JPG:-";
header("Content-type: image/jpeg");
passthru($cmd, $retval);
?>
Users browsing this forum: Amazon [Bot], Google [Bot], Semrush [Bot] and 11 guests