I want to load an image (bitmap most likely, but maybe .gif as well…no big deal one way or the other) and on top of the image be able to draw lines, circles, and text. The thing is I need to be able to move the lines, circles, and text without affecting the underlying image.
How is this done?
It would be GREAT if anyone had sample code, but I’d be really happy with just the high level aspects (use this class this way, then that one another way, etc.)
BTW, this will be done in a JSP.
Many thanks.