Zend - The PHP Company




Resizing

Add Code


Resize Graphic All  

Type: code fragment
Added by: bomm21
Entered: 09/07/2001
Last modified: 07/12/2000
Rating: *** (5 votes)
Views: 12570
Simple PHP Image Resize


<?php

system
("convert -quality 80 -antialias -sample '$new_wx$new_h' '$graphic' '$graphics'");

?>


Usage Example


<? 
$new_w
=300
$new_h=300
$graphic="graphic.gif";
$graphics="graphics.gif";

system("convert -quality 80 -antialias -sample '$new_wx$new_h' '$graphic' '$graphics'");

echo 
"OK";

?>


Rate This Script





Search



This Category All Categories