views:

17

answers:

1

I am trying to develop a web application that can take an image and draw multiple, resizeable boxes on the image. I have been looking into a lot of cropping plugins, but i cant seem to find what I am looking for. I just need to be able to draw multiple boxes on an image and return coordinates. I am looking for a plugin that would be easily modified for this or if anyone could give me any idea on how I could get started on this. Thanks!

+1  A: 

Like the Image Annotation Plugin for 1.3.X? Example here.

Ryan Lynch
PERFECT! Thanks man this is exactly what I was looking for
anthonypliu
Sure thing, from the description it sounded like you were looking for an image tagging library. Glad I could help.
Ryan Lynch