class.upload.php is a powerful and mature PHP class to manage uploaded files, and manipulate images in many ways. The script is available under a GPL license.
I'm uploading one image and making several copies of it; full-size, tablet, mobile, tn, etc., and it's taking upwards of 30-40 seconds to process. I'm just using a photo directly off an iPhone (3,264 x 2,448), as most people will do these days.
Do you see anything here that will make this take so long? I'm using the exact same code for the other images, just changed their sizes. Processing just this block takes almost 9 seconds on an iMac 2013 model.
Do you see anything here that will make this take so long? I'm using the exact same code for the other images, just changed their sizes. Processing just this block takes almost 9 seconds on an iMac 2013 model.
Anything I can do to speed it up? Also, I'll be doing pixellation on some images too. Any tips on speeding that up?
Thanks!
Tim