Error: Could not find a format to read the specified file in mode 'i' #984
Unanswered
ahemberger
asked this question in
Q&A
Replies: 1 comment
-
Hi @ahemberger, The issue is that Houdini does not have the freeimage backend, you can try the following in Houdini's Python interpreter: import imageio
imageio.plugins.freeimage.download() |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Like it says on the tin:
I have an EXR generated by Houdini Karma, which I'm trying to read with colour:
I get this error:
I'm on Windows 10, in Houdini, which runs Python 3.7.4:
I notice when I first launch Houdini and import colour, I see:
C:\Users\Allen\AppData\Roaming\Python\Python37\site-packages\colour\utilities\verbose.py:237: ColourUsageWarning: "OpenImageIO" related API features are not available, switching to "Imageio"!
though I'm unsure this is related. I'm curious if anyone might have some hints how best to troubleshoot? This seemed to work totally fine on a macbook M1 with similar versions of everything.
Beta Was this translation helpful? Give feedback.
All reactions