Hello,

why doesn't iconvert check whether the output plugin supports appending subimages on the fly? I'm writing an output plugin and realized that even if I specifically set the "appendsubimage" attribute to false, iconvert calls inappropriate open() function flavor when converting multi-image files, i.e.:
open (name, spec_0, Create);
instead of:
open (name, 3, [spec_0, spec_1, spec_2]);

I think this behavior contradicts the approach from manual in number of places, especially section 3.2.8 Multi-image files, p. 31.

Should it be patched or is it desired behavior for some reason?

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

Reply via email to