To Whom It May Concern:
I would like to import images stored in a tif format into my sketch. It does not appear that the PImage datatype is capable of importing a tiff image. I read somewhere that a work around is to add the java advanced imaging IO .jar file to my sketch and use its API. Is this the only work around?
I found the API to be rather dense and confusing. I could not understand how to navigate the tiff format. My tiff images have directories and subdirectories. Does anyone use this API routinely? If so could you please share some code that demonstrates how to navigate a directory tree and import images along the way?
Thank you,
Kyle
I would like to import images stored in a tif format into my sketch. It does not appear that the PImage datatype is capable of importing a tiff image. I read somewhere that a work around is to add the java advanced imaging IO .jar file to my sketch and use its API. Is this the only work around?
I found the API to be rather dense and confusing. I could not understand how to navigate the tiff format. My tiff images have directories and subdirectories. Does anyone use this API routinely? If so could you please share some code that demonstrates how to navigate a directory tree and import images along the way?
Thank you,
Kyle
1