Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Question about resizing images.

Status
Not open for further replies.

kjspear

Programmer
Joined
Feb 13, 2002
Messages
173
Location
US
Hello. I have a quick question. I have a script that allows the user to upload images. Not a problem there. I would like to have php automatically resize the image to height 504 x width 344 once uploaded. I know I could easily have the table resize it for viewing purposes. But I want to be conservative with the storage space as well. Based on my research, I gather that I would have to create a new image with the right size and delete the old one? Could you show me or direct me to a small and simple script that resizes images?

Thanks

KJ
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top