is there a HTML javascript library for editing images?
I'm looking for a client-side HTML library (javascript) -- I need to allow a user to draw on a TIFF or JPG image. I don't 开发者_运维知识库think I've even seen a web site that allows image editing (w/o an add-in). The alternative would probably be Silverlight.
Try pixastic. Link is here.
I suggest fabricjs , pixastic. take a look at it.
You can crop image with jcrop
Here's a little jQuery plug-in built on top of Pixastic: http://andreaslagerkvist.com/AndreasLagerkvist/Files/pixastic-editor/. More info about the plug-in can be found here: http://exscale.se/archives/jquery/#article-240
精彩评论