problem in resizing images

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
amlan_08
Forum Newbie
Posts: 11
Joined: Sun May 22, 2005 1:24 am

problem in resizing images

Post 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
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

The General Discussion board is not a place to ask about coding.

Moved to PHP - Code.
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Post by pickle »

imagecopyresampled() should do it for you.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
dreamline
Forum Contributor
Posts: 158
Joined: Fri May 28, 2004 2:37 am

Post by dreamline »

But the gd library has to be activated.. :)
Post Reply