-
Notifications
You must be signed in to change notification settings - Fork 304
Closed as not planned
Labels
Description
Describe the bug
I use Python bindings https://github.com/LeoHsiao1/pyexiv2 though I think the problem is related to exiv2 library itself.
Problem: Can't load PNG file saved by Blender 3.6. I get error: RuntimeError: This does not look like a TIFF image
Exception from Python:
with pyexiv2.Image(self.prev.filepath) as img:
File "C:\Users\user\AppData\Roaming\Python\Python310\site-packages\pyexiv2\core.py", line 15, in __init__
self.img = exiv2api.Image(filename.encode(encoding))
RuntimeError: This does not look like a TIFF image
To Reproduce
Steps to reproduce the behavior:
- Save render in Blender 3.6 (specifically this version) or use image provided by me

- Load image via pyexiv2.Image(filepath) (Python bindings)
Expected behavior
PNG produced by other programs load without problems.
Desktop (please complete the following information):
- OS and version: Windows 7
- Exiv2 version and source: v0.27.7 https://github.com/LeoHsiao1/pyexiv2/tree/master/pyexiv2/lib