hello
how to resize .gif and .jpg files using php to a post card sized pics ?
please tell this is urgent.
thanks!
Printable View
hello
how to resize .gif and .jpg files using php to a post card sized pics ?
please tell this is urgent.
thanks!
You need to have the GD extension compiled into PHP to get image resizing functions.
http://uk2.php.net/manual/en/ref.image.php
I think the imagecopyreize() function is what you will need.