We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi, I'm working currently on a program, where you can load an image and apply different effects on it. But I'm a little stuck now, concerning the saving method. I have a saving button and when the user clicks on it, they should be able to select the location, where they want to save the image. Is there any way to do that? Thanks in advance :)
Answers
Maybe selectOutput():
https://www.processing.org/reference/selectOutput_.html
That's it! Thank you
You are welcome!