views:

54

answers:

2

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

A: 

Supporting Gordon's comment, you should check out PaintbrushJS.

http://mezzoblue.github.com/PaintbrushJS/demo/

Jamie Wong
+3  A: 

Hi, this link contains examples how to create and apply filters. It uses GD library. How To Create and Apply Image Filters in PHP

Vertigo
Great link! I've added it to my Favorites folder for future reference.
matsolof