Right now we are uploading images in a website using C# and it works great.
I now have a request to allow the user to put an arrow (overlay) on the image in a specifc part of the image to highlight a part of the image.
We are already adding text to the image on file upload but the text is always in the same spot, but we want the user to put the arrow wherever they want. And this would be POST upload. I.E user uploads image, we save it, the another user opens image and that is when we want to allow them to add the arrow, then re-save the image.
Any help would be appreciated