Still having problems with gray 10bit DPX images
Posted: 2010-02-28T12:15:06-07:00
Hi all,
following my post viewtopic.php?f=3&t=15613 I tried the latest version ImageMagick 6.6.0-0 2010-02-22 Q16
Forcing a 10bit DPX type TrueColor still is not successful, image is of type Grayscale, not TrueColor:
identify shows
Also the channel statistics are a bit odd: min and mean are shown on a 10bit base (why is mean a tiny bit larger than min?) whereas max is shown as a 16bit value.
DPXRead (http://media.panavision.com/html/ADI/dpx.htm) tells me in the header view that the gray imageĀ“s Elem(0) descriptor is 6 (Luminance Y) and for a Truecolor image 50 (R,G,B), see http://www.cineon.com/ff_draft.php#tab1 for descriptor values and their meanings.
Best, Andreas
following my post viewtopic.php?f=3&t=15613 I tried the latest version ImageMagick 6.6.0-0 2010-02-22 Q16
Forcing a 10bit DPX type TrueColor still is not successful, image is of type Grayscale, not TrueColor:
Code: Select all
convert -type TrueColor -depth 10 -size 20x10 xc:gray gray10bitTrueColor1.dpx
Code: Select all
Image: gray10bitTrueColor.dpx
...
Type: Grayscale
Base type: Grayscale
Endianess: MSB
Colorspace: RGB
Depth: 10-bit
Channel depth:
gray: 10-bit
Channel statistics:
Gray:
min: 505 (0.493645)
max: 38848 (0.493645)
mean: 505.484 (0.493645)
DPXRead (http://media.panavision.com/html/ADI/dpx.htm) tells me in the header view that the gray imageĀ“s Elem(0) descriptor is 6 (Luminance Y) and for a Truecolor image 50 (R,G,B), see http://www.cineon.com/ff_draft.php#tab1 for descriptor values and their meanings.
Best, Andreas