syoyo/tinyexr

deepview example returning error message "ERR: Unsupported version or scanline."

Closed this issue · 2 comments

Just a heads up that this is what I am seeing with a fresh checkout, and running:

cd examples/deepview
make
./deepview ../../asakusa.exr

printout is: "ERR: Unsupported version or scanline."

Since asakusa.exr is not a deep image EXR file, thus this is the expected behaviour.

transparent.exr is the deep image EXR file.

Ah, great, yes that one works here. Thanks for the explanation.