Hi,
I have just begun trying to use twelvemonkeys java ImageIO plugins with processing. ( link to git repo - https://github.com/haraldk/TwelveMonkeys) with processing-core in java. While I am able to get a psd in I wanted to know if anyone here knows how to access the imageIO options with a PImage? ( to access the layers separately) Is it even possible or will I have to read in the image using imageIO then convert it to a PImage in order to work with it. ( something I would prefer not to have to do )
Any help or pointers to more detailed PImage information would be great as the javadoc does not seem to provide any help.
Thanks