kosinix / grafika

An image processing library for PHP
https://kosinix.github.io/grafika
MIT License
877 stars 93 forks source link

How does this compare to http://image.intervention.io/ #2

Closed andheiberg closed 8 years ago

andheiberg commented 8 years ago

Not to discourage this great effort. Just curious.

kosinix commented 8 years ago

Hi @AndreasHeiberg ,

Thank your interest. Sorry for the late response. I was busy implementing the GIF support for GD in the last few days. FYI I have updated the Why Grafika? section here. But to answer your question:

There are also a lot of overlapping functions too such as basic filters. Grafika supports all the basic filters that Intervention has. Method chaining too.

As for functionalities that Intervention has that Grafika is missing:

Those are the stuff that I am aware of as I am not fully familiar with Interventions entire API.

andheiberg commented 8 years ago

Cool sounds like you're doing a fair bit differently :)

Image compare - Grafika can compare images. I dont think Intervention can do that.

I actually sent a PR to Intervention for that recently, so in due time it should.