deepview example returning error message "ERR: Unsupported version or scanline."
Closed this issue · 2 comments
richardeakin commented
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."
syoyo commented
Since asakusa.exr
is not a deep image EXR file, thus this is the expected behaviour.
transparent.exr
is the deep image EXR file.
richardeakin commented
Ah, great, yes that one works here. Thanks for the explanation.