6

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.

DanDcru
  • 115
  • 2
  • 5

2 Answers2

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
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