well that does not work for me, I think I should check the OCIO config
Thanks for your help !


$ oiiotool input.exr --colorconvert acescg sRGB -o output.jpg
oiiotool ERROR: colorconvert : Could not find colorspace 'sRGB’.


$ oiiotool —help
(…)
Known displays: "ACES"* (views: "sRGB"*, "DCDM", "DCDM P3 gamut clip", 
"P3-D60", "P3-D60 ST2084 1000 nits", "P3-D60 ST2084 2000 nits", "P3-D60
    ST2084 4000 nits", "P3-DCI", "Rec.2020", "Rec.2020 ST2084 1000 nits", 
"Rec.709", "Rec.709 D60 sim.", "sRGB D60 sim.", "Raw", "Log") (* = default)




> On 5 Jun 2020, at 02:07, Larry Gritz <l...@larrygritz.com> wrote:
> 
> I think it's simpler than that.
> 
> oiiotool --help
> 
> should (near the bottom) list all the color spaces that your OCIO config 
> knows about. Let's say, for the sake of argument, that you see colorspaces 
> named "acescg" and "sRGB". Then you just need to
> 
> oiiotool input.exr --colorconvert acescg sRGB -o output.jpg
> 
> 
> 
>> On Jun 4, 2020, at 4:34 PM, spo...@toxixox.com wrote:
>> 
>> Hi,
>> 
>> I’m trying to use oiiotool for a simple conversion from  EXR - ACEScg to 
>> JPEG - sRGB. 
>> Looks simple but I couldn’t find any example in the oiio doc or online and 
>> I’m a bit confused with the syntax and the quotes
>> 
>> Does this look correct ?
>> 
>> oiiotool -i input.exr --iscolorspace "ACES - ACEScg" --tocolorspace 
>> "lin_sRGB" --colorconvert linear sRGB -o output.jpg
>> 
>> thanks,
>> 
>> Kev.
>> _______________________________________________
>> Oiio-dev mailing list
>> Oiio-dev@lists.openimageio.org
>> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
> 
> --
> Larry Gritz
> l...@larrygritz.com
> 
> 
> 
> 
> _______________________________________________
> Oiio-dev mailing list
> Oiio-dev@lists.openimageio.org
> http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

_______________________________________________
Oiio-dev mailing list
Oiio-dev@lists.openimageio.org
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to