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?".
My new suggestion is to plow the YUV422 to YUV444 10bit - so I don't have any quality loss. Now the only problem is that the DPX file doesn't store the right color space. The YUV DPX file obviously shows YUV as RGB colors. The BMP I store as well looks fine - showing the right colors! When I use "identify" for the YUV DPX file it says: "Colorspace: RGB". How can I fix this so the YUV DPX file is interpreted in the right way?
You probably want the YCbCr colorspace. We're working on a patch to fully support this colorspace. YCbCR444 should be supported in the next point release and YCbCr422 is being worked on now.
magick wrote:You probably want the YCbCr colorspace. We're working on a patch to fully support this colorspace. YCbCR444 should be supported in the next point release and YCbCr422 is being worked on now.