how to resize a 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
duk
Forum Contributor
Posts: 199
Joined: Wed May 19, 2004 8:45 am
Location: London

how to resize a image???

Post by duk »

hello about images, i try to find a litle funtions but i cant find same good examples about resize un image...

i receive the size of aimage with getimagesize

so i want to set diferentes width and height on the image, to fiel in a spefic table... o do i set this width and height ????
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post by JayBird »

This code will be good for starters - viewtopic.php?t=18814
Post Reply