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.
Asked
Active
Viewed 6,516 times
2 Answers
2
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. :)

floriank
- 25,546
- 9
- 42
- 66
-
Wow that looks powerful, thank you very much! – DanDcru Mar 10 '15 at 11:14
-
There is also a helpful library to convert and resize images on the flow like TimTumb did: https://packagist.org/packages/jukuan/img-to-web – Juljan May 25 '23 at 17:10
0
Use this one..
This is the simplest resizer http://www.mywebmymail.com/?q=content/easyphpthumbnail-class

TECHNOMAN
- 361
- 1
- 9
-
Could you please show how to implement it directly in the image source link
Like TimThumb? `src="timthumb.php?src=image.jpg&w=200&h=100"` – Abiel Muren May 12 '17 at 22:36