Storing picture being displayed on screen (through URL)
My App allows an user to enter an image URL and then displays it on the screen by making an Image components asset point to the URL.
I would like to take that image from the screen and store it in the DB. Not the URL but the actual image data. I don't mind storing as a photo buffer (similar to how its done from the camera).
Is there anyway I can grab the image being displayed on screen ?