RGB to Log for DPX convertion

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
wizards
Posts: 46
Joined: 2008-12-05T06:31:55-07:00

RGB to Log for DPX convertion

Post by wizards »

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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: RGB to Log for DPX convertion

Post by magick »

What information are you loosing? You may loose some color information during the RGB to Log color transform. You can always try upgrading ImageMagick to see if that makes a different. Otherwise post a URL to your image so we can download it and try to reproduce the problem.
Post Reply