Excellent PHP Thumbnailer Class August 29, 2006
Posted by Slobodan Kovacevic in : Resources and Links, PHP , trackback
I’ve found an excellent PHP Thumbnailer Class which lets you manipulate images easily. Beside usual functions you’d expect from thumbnailer class (such as resize and crop) it also has ability to create thumbnails on the fly or to save them. You can see it in action on PHP Thumbnailer demo page.
Comments»
You might be interested to know that I’ve recently released a new version of the above mentioned class. The link you have in your post leads to the new version, while the old version can be found via a link on the current version’s page.
Thanks for the mention!
From the description on the site it looks like it does quite a bit more than just make thumbnails. Is this at the expense of speed or is it still relatively fast?
@Ian Selby - thanks for letting us know that you have released new version. I’m glad to see it progressing.
@Streety - it’s a PHP thumbnail class, but it has some additional features. I really don’t think that the fact it has some additional effect (such as Apple style reflections) would affect the speed when creating ordinary thunbnails.