We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everyone,
Sorry if I'm repeating a question that has already been answered, but I've scoured high and low and haven't found a good solution.
I'm saving images from my processing sketch, which contains a background image called in Setup. My code in Draw uses the background image's pixels to create designs using get(). However, when I save the image, I would like for the background of the final file to just be transparent.
Is there a way to have this happen? Options I've been exploring without effect include somehow getting back into Setup once the saving is initiated or hiding the background from view (like an option you see in Photoshop).
I'd be grateful for any thoughts or help,
Thanks,
David
Answers
Thanks for your help GoToLoop, but I think I've been doing this in my code, but haven't gotten results. Let me provide what I've been working with for some context:
big.background(bg);
@ line #11!Thanks GoToLoop!