about image

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
normal
Forum Newbie
Posts: 5
Joined: Sun May 16, 2004 8:07 am

about image

Post by normal »

I want to convert an image into another size! how can I do that ????
eg. I have a picture with 600x600 size, I want to convert it into 20x20 size !! (thump)
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

I believe thumbnail scripts use this to create them.
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 »

Take a look at [php_man]gd[/php_man].
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.
Post Reply