It feels like what I want to do should be fairly common, but I can't find any plugins that do it.
I want to display a large image in the browser, allow the user to zoom in on it (a UI like zoomify, or like a map viewer), and allow the user to click on the image and add a marker. The marker should return the pixel x/y coordinates of the original image.
It's basically just a way for a user to tag a particular pixel x/y value in an image.
It doesn't matter if the image is tiled, like zoomify, or if it's just a simple image with a zoom control. I'd rather use jquery than flash, but it doesn't matter either way.
Any help would be greatly appreciated.
Thanks.