YCbCr 4:2:2 Data over 8bit depth

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
koshiji

YCbCr 4:2:2 Data over 8bit depth

Post by koshiji »

How Can I treat YCbCr 4:2:2 10 or 16 bit depth Data at ImageMagick ?
if depth = 8bit , uyvy coder and yuv coder (with sampling-factor option) can treat data,
but each coder treats only 8bit depth data.

YCbCr coder treats over 8bit depth data, but it cannot understand sampling-factor option.

I use ImageMagick Version 6.4.x
Post Reply