Replies: 2 comments 10 replies
-
Ok, got the first issue solved, it was an issue with the loading order... |
Beta Was this translation helpful? Give feedback.
0 replies
-
An |
Beta Was this translation helpful? Give feedback.
10 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently it's not possible to load a 'raw' as in unmodified JPEG file if Pillow suspects a file is a MPO, this is due to the fact that
jpeg_factory
inJpegImagePlugin
contains a switch if it might be a MPO / UltraHDR file, is there a way to disable these checksand work with those files?
Jus reregistring a open handler with my own function like this won't work:
Manipulating the registry (except adding things) isn't exposed via API either.
BTW: Detecting images produced bylibultrahdr
doesn't seem to work for images build with recent versions of the lib build from source. They are still identified as MPO.Please, ignore the last comment
Beta Was this translation helpful? Give feedback.
All reactions