timurhai wrote:Why we convertiong Log DPX to sRGB JPEG by "-set colorspace Log" and Linear EXR to sRGB JPEG by "-colorspace sRGB" (logically it should be "-set colorspace RGB" ?
Code: Select all
-set colorspace Log -colorspace sRGB
If the input file contains a metadata flag saying "log", then you don't need the first. If your output format can only be sRGB then you don't need the second because IM will automatically convert for you.
Jpeg can also store CMYK data, so I would always include "-colorspace sRGB".