You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As discussed, the tool errors when handling any image which is not a tif, including a tiff.
There are use cases where being able to provide other formats of data would be preferable such as where the footage has already been linearised we would want to use an exr for instance.
Adding OpenImageIO to the docker container would allow for a wider variety of file formats to be handled.
The text was updated successfully, but these errors were encountered:
davisadam10
changed the title
Error Handling Non Tiff Files, EXR Used For Pre Linearised Footage
Error - Handling Non Tiff Files, EXR Used For Pre Linearised Footage
Feb 19, 2024
File "/Users/adamdavis/dev/workspace/git/idt-calculator/aces/idt/prosumer_camera.py", line 753, in sample image = _reformat_image(read_image(paths[0])) ^^^^^^^^^^^^^^^^^^^^ File "/Users/adamdavis/dev/workspace/git/idt-calculator/.venv/lib/python3.12/site-packages/colour/io/image.py", line 444, in read_image return function(path, bit_depth, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/adamdavis/dev/workspace/git/idt-calculator/.venv/lib/python3.12/site-packages/colour/io/image.py", line 351, in read_image_Imageio image = np.squeeze(imread(path, **kwargs)) ^^^^^^^^^^^^^^^^^^^^^^ File "/Users/adamdavis/dev/workspace/git/idt-calculator/.venv/lib/python3.12/site-packages/imageio/__init__.py", line 97, in imread return imread_v2(uri, format=format, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/adamdavis/dev/workspace/git/idt-calculator/.venv/lib/python3.12/site-packages/imageio/v2.py", line 360, in imread result = file.read(index=0, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/Users/adamdavis/dev/workspace/git/idt-calculator/.venv/lib/python3.12/site-packages/imageio/plugins/spe.py", line 538, in read raise IndexError( ^ IndexError: Index 0 exceeds the number of frames stored in this file (-2147434821).
As discussed, the tool errors when handling any image which is not a tif, including a tiff.
There are use cases where being able to provide other formats of data would be preferable such as where the footage has already been linearised we would want to use an exr for instance.
Adding OpenImageIO to the docker container would allow for a wider variety of file formats to be handled.
The text was updated successfully, but these errors were encountered: