Hi,
I'm trying to create an image filled with a specified color.  I'm able to
successfully create a black image usiing this command:
    oiiotool --pattern fill 128x128 3 -o /tmp/test.exr

But I can't figure out the syntax for specifying a fill color.  I've tried
this:

    oiiotool --pattern fill=1.0,0,0 128x128 3 -o /tmp/test.exr

It doesn't work, the resulting image is still black.  Anything else I've
tried results in a syntax error.

Is this a bug or am I formatting the command incorrectly?  I'm using
openimageio version 1.6.13

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

Reply via email to