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?
Copyright © 2021 Jogjafile Inc.
FileReference.browse()andFileReference.save(). Note: you can only open or save files upon user interaction (i.e. user presses a button, you open the OS browse dialog).drawthe latter on the former using BitmapData.draw().FileReference.save()as pointed out in 1.