Psyop / Cryptomatte

Cryptomatte Nuke plugin, Fusion plugin, sample images, and specification
BSD 3-Clause "New" or "Revised" License
632 stars 151 forks source link

Example of loading straight in Python #152

Open jakcqc opened 2 years ago

jakcqc commented 2 years ago

Does anyone have a code example of loading an EXR file directly in Python? We have data produced from Unreal Engine in EXR format with layers stored and want to just access it straight in code. Thanks

tshead2 commented 2 years ago

@jakcqc: you can use the ImageCat module, https://imagecat.readthedocs.io

Cheers, Tim