RGB to Log for DPX convertion
Posted: 2009-06-09T04:52:22-07:00
Hello
I implemented a small application by using IM with VC6.
I have a dpx file and i am loading this by converting to RGB for mat and able to display correctly.
Before saving the image i did the following settings
I set the color space as m_Image.colorSpace(LogColorSpace) and depth as
m_Image.depth(10).
When i save the same image with the above settings, i loose some of the information on the image.
I am using ImageMagick-6.3.4.
ThanksInAdvace
I implemented a small application by using IM with VC6.
I have a dpx file and i am loading this by converting to RGB for mat and able to display correctly.
Before saving the image i did the following settings
I set the color space as m_Image.colorSpace(LogColorSpace) and depth as
m_Image.depth(10).
When i save the same image with the above settings, i loose some of the information on the image.
I am using ImageMagick-6.3.4.
ThanksInAdvace