We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Is there a way to find out what file has been loaded in a PImage? Because in my methods I sort of calculate a large array randomly, but now I want to know the filenames that are stored in the PImage.
A PImage object only stores an image! You gotta create another structure to keep track of those String names! ^#(^
Yeah, I checked the documentation couldn't find anything. I remember once seeing a Java library that had this function. So thanks anyway
Answers
A PImage object only stores an image!
You gotta create another structure to keep track of those String names! ^#(^
Yeah, I checked the documentation couldn't find anything. I remember once seeing a Java library that had this function. So thanks anyway