|
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
At 6:23 PM -0800 11/28/00, Kevin Marks wrote:If I use kWindowsRawCodecType I die deep inside quicktime. Using kRawCodecType works, but the colors are terrible.
use the types specified in ice floe 20
http://developer.apple.com/quicktime/icefloe/dispatch020.html
This is not possible because the pixel depth on an image description is a short. These are four char codes which are 32 bits. Is there some later version of the Image Description which allows these as pixel depths?
These values go in the cType field, not the depth field -- the depth field s/b set to the number of bits per pixel.
So you want:
cType = '24BG'
depth = 24
cType = 'BGRA'
depth = 32
etc.
| References: | |
| >DirectShow VDIG & RAW compression format (From: Tim Molteno <email@hidden>) | |
| >Re: DirectShow VDIG & RAW compression format (From: Kevin Marks <email@hidden>) | |
| >Re: DirectShow VDIG & RAW compression format (From: Tim Molteno <email@hidden>) |
| Home | Archives | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2011 Apple Inc. All rights reserved.