my task -
- Open a picture from computer
- Add the watermark in the corner
- Ask a request to download edited image back to computer
how is it possible?
- general image - jpg.
- watermark- it does not matter. Use all what you want
my task -
how is it possible?
FileReference.browse()
and FileReference.save()
. Note: you can only open or save files upon user interaction (i.e. user presses a button, you open the OS browse dialog).draw
the latter on the former using BitmapData.draw().FileReference.save()
as pointed out in 1.