OpenImageIO icon indicating copy to clipboard operation
OpenImageIO copied to clipboard

iv: tolerate/display partially-written exr files (originally #1191).

Open lgritz opened this issue 6 months ago • 0 comments

The idea is to make sure that iv can accept a partial file, meaning: one that opens, but some scanlines/tiles succeed when read and others fail, it should be tolerant of this, and optionally may want a display mode where it's clear which tiles are missing versus black.

The iv side is probably straightforward. The question is how many things you'll bump into upstream (in ImageBuf? ImageCache? ImageInput? OpenEXR's ImageInput implementation?) that might stand in your way and need some adjustment to tolerate the missing parts of the file. Those will need to get fixed.

lgritz avatar Apr 25 '25 15:04 lgritz