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.
A rather unusual but understandable bug report came across my desk this morning - "why doesn't our animated GIF animate?". Turns out it was a resized version of the original and sure enough it doesn't animate.
I'd like to fix this in the class.upload.php itself but I'm also aware that it could be a world of hurt to implement. Does anyone have something underway that could do this?
If I need to do it I will most probably end up calling another tool instead of class.upload.php.
A rather unusual but understandable bug report came across my desk this morning - "why doesn't our animated GIF animate?". Turns out it was a resized version of the original and sure enough it doesn't animate.
I'd like to fix this in the class.upload.php itself but I'm also aware that it could be a world of hurt to implement. Does anyone have something underway that could do this?
If I need to do it I will most probably end up calling another tool instead of class.upload.php.
Cheers,
- Bob -