Hello, I was wondering how I could dynamically generate an image via Java/Javascript.
Here is what I need:
There will be a tiny sprite-like image in the middle. What I want is to have a partial circle around the sprite appear. It will have a drop-down with 3 options, each changing the diameter of the circle. Then I want the other input box to accept numbers and that number will decide how complete the circle is, out of 360 Degrees. For instance, if someone typed in 359, then their circle would be almost complete. Does anyone know where to start with this?
Thanks, James