Hi All, I'm looking to import a PSD file, split it into it's respective layers, and export each layer as an .exr file. I've been looking through the documentation and it seems like it could be done with the PSDInput in C++ (I have yet to try) but when I try to achieve this in python there doesn't seem to be any way to access the layers that I can see.
When I import my psd file it loads in just fine, and when I export the whole image as exr it works as expected. What's not working for me (or I'm doing it wrong) is accessing the layers themselves. When I try to view the number of subimages there is only ever one. Is there something I'm missing, or is this something that I'll need to do in C++? Many thanks, Ray.
_______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
