resizing images using GD

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
GeXus
Forum Regular
Posts: 631
Joined: Sat Mar 11, 2006 8:59 am

resizing images using GD

Post by GeXus »

Is it typical for it to take time to resize images using the GD library? Basically resizing an image and uploading it... it's taking me almost 5+ solid seconds...
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Images are complex streams of data. So yes, it should be expected to take a bit of time. Five seconds from clicking submit to image resize finished is nothing.
Post Reply