Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is a modern OOP php image processing library with engines? [closed]

We're evaluating if we have to re-invent the wheel because of the lack of good libraries or we simply can't find one. We have pretty clear and strict requirements:

  • Must be MIT
  • Must have Unit Tests (phpunit)
  • Must support engines (gd, imagick, imagick shell...)
  • Must be php 5+

The best thing we've found so far is Asido but its pretty much outdated and abandoned.

Any libraries you know that match our needs?

like image 382
floriank Avatar asked Jul 14 '11 21:07

floriank


1 Answers

Have you tried Imagine? It meets all your requirements.

I had used it once (however for a very simple image manipulation) and it turend out to be a pretty useful and easy-to-use library.

like image 52
Crozin Avatar answered Oct 08 '22 14:10

Crozin