On Oct 13, 2020, at 12:44 PM, Larry Gritz <[email protected]> wrote:
> 
> As a workaround, rather than call add_tile() and get_tile() with chbegin=1, 
> chend=0, I would recommend passing chbegin=0 and chend=the correct number of 
> channels.

Another workaround, if you don't want to need to know the true number of 
channels, would be to indicate "all channels" by passing chbegin=0, chend=-1, 
which WOULD work properly, since it always did fix chend in this case. It was 
the chbegin=1 that threw it off.

--
Larry Gritz
[email protected]




_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to