Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's a good PHP alternative to Timthumb for creating thumbnails? [closed]

As Timthumb is now unsupported is there anything which can replace it? I need to create smaller copies of large photos automatically (800*600) and the only suggestions I see when searching on Google is for Wordpress functions to replace Timthumb functionality but I'm not using a CMS package.

like image 637
DanDcru Avatar asked Mar 10 '15 11:03

DanDcru


1 Answers

https://github.com/avalanche123/Imagine

Best image processing lib for a few years now. OOP, unit tested, easy to use and MIT licensed. If someone knows another one of the same quality I would be surprised and like to know about it as well. :)

like image 180
floriank Avatar answered Oct 15 '22 23:10

floriank