Page 1 of 1

problem in resizing images

Posted: Wed Oct 19, 2005 5:13 am
by amlan_08
In my project, I have to upload images, then store the resized image. I am facing problem of resizing the gif images. How can I resize gif images? Plz help me

Posted: Wed Oct 19, 2005 6:37 am
by feyd
The General Discussion board is not a place to ask about coding.

Moved to PHP - Code.

Posted: Wed Oct 19, 2005 10:03 am
by pickle
imagecopyresampled() should do it for you.

Posted: Wed Oct 19, 2005 11:35 pm
by dreamline
But the gd library has to be activated.. :)