10 bit dpx log to srgb conversion
Posted: 2010-03-25T12:01:36-07:00
Hello again!
I'm now having trouble converting a 10 bit log dpx to an sRGB jpg.
The following comand results in a "solarized" image:
I'm using 6.6.0-8 and the log to lin conversion works great, but to sRGB space doesn't seem to be behaving. I've tried using profiles, but I'm interested in actually applying the sRGB color convertion to the image.
All help greatly appreciated!
-Daniel
I'm now having trouble converting a 10 bit log dpx to an sRGB jpg.
The following comand results in a "solarized" image:
Code: Select all
convert input.dpx -colorspace srgb output.jpg
All help greatly appreciated!
-Daniel