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 |
Answered by
lgritz
Jul 14, 2023
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. |
6 replies
|
@EmilDohne Is this issue fully solved by #4208? Can this one be closed? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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?