Page 1 of 1

resizing images using GD

Posted: Sat Aug 19, 2006 11:03 am
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...

Posted: Sat Aug 19, 2006 11:08 am
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.