开发者

PHP advanced graphics library

开发者 https://www.devze.com 2023-01-16 20:39 出处:网络
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?

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


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


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

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

0

精彩评论

暂无评论...
验证码 换一张
取 消