Page 1 of 1

DPX Log to Linear

Posted: 2011-04-21T09:28:13-07:00
by venkatsiddareddy
Hi,
I am looking for a solution to convert some DPX files which are in log format in to linear format.
I am using a look up table plugin in after effects. But I am not satisfied with the results. I also tried the cineon effect in AE but the colors are completely different than the actual film print.
Is there any way to do a log to linear conversion in Imagemagick?

You can download few sample DPX files from here. If anybody can try and convert any of these images in to linear I would be extremely thankful for them.

http://rapidshare.com/files/456449228/DPX.rar

Please help me.
Thanks in advance
Venkat

Re: DPX Log to Linear

Posted: 2011-04-22T23:46:52-07:00
by venkatsiddareddy
Hi,

Can anybody guide me in this process please.

Re: DPX Log to Linear

Posted: 2011-04-22T23:55:43-07:00
by anthony
I believe there is a 'Log' colorspace. You could declare the image is using a Log colorspace then convert to a linear colorspace. Something like...

convert image.dpx -set colorspace log -colorspace rgb image_linear.png

WARNING: often images are not even stored using a linear colorspace but a sRGB (gamma RGB) colorspace.
However IM v6 currently assumes images read in are linear RGB. This may change in IM v7, but at the moment that is the way it works. Typically this does not effect results greatly, especially with GIF images.