Get PImage Filename

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.

Tagged:

Answers

  • edited December 2013 Answer ✓

    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

Sign In or Register to comment.