Miguel
Miguel

Reputation: 9

PHP advanced graphics library

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

Answers (2)

Vertigo
Vertigo

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

Jamie Wong
Jamie Wong

Reputation: 18350

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

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

Upvotes: 0

Related Questions