Reputation: 9
I'm developing a graphic manipulation web service in PHP, I want to accept images, apply filters and output them instantly. Is there any library out there to accomplish this task?
(think of filters like the ones used in this app http://www.toon-fx.com/toonpaint/)
Upvotes: 0
Views: 451
Reputation: 2746
this link contains examples how to create and apply filters. It uses GD library. How To Create and Apply Image Filters in PHP
Upvotes: 3
Reputation: 18350
Supporting Gordon's comment, you should check out PaintbrushJS.
http://mezzoblue.github.com/PaintbrushJS/demo/
Upvotes: 0