save 32 bit psd to openexr #3910
-
Hi,
https://stackoverflow.com/questions/53009553/export-psd-layers-to-exr-in-python
Being not absolute but novice enough to be able to compile a modified code, may I ask where can the changes start in the source code. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
I don't think that comment is correct. It looks like our PSD reading code supports 8 and 16 bit int as well as float. |
Beta Was this translation helpful? Give feedback.
-
@EmilDohne Is this issue fully solved by #4208? Can this one be closed? |
Beta Was this translation helpful? Give feedback.
-
Fixed by #4208 |
Beta Was this translation helpful? Give feedback.
Before working our way through this puzzle, let's first establish if you're making this needlessly complicated.
Do you need to do this from Python specifically, and do you really need to write out each layer as a separate image?
Is there a reason you don't just use the command line utility, oiiotool?