Hi,
I am working on a project that relies on input files (images and others). I want the program to first check if the files are present on the computer and if they aren't I want it to download them. Images are easy to download and display, but if I want to save them to the PC how can I do it? I am familiar with the save() function but it saves everything on screen, I just want to save that PImage variable's content. How can I go about doing this?
Thanks in advance
I am working on a project that relies on input files (images and others). I want the program to first check if the files are present on the computer and if they aren't I want it to download them. Images are easy to download and display, but if I want to save them to the PC how can I do it? I am familiar with the save() function but it saves everything on screen, I just want to save that PImage variable's content. How can I go about doing this?
Thanks in advance
1