Re: Pixel Format of CIImage (documentation question)
Re: Pixel Format of CIImage (documentation question)
- Subject: Re: Pixel Format of CIImage (documentation question)
- From: George Orthwein <email@hidden>
- Date: Sat, 26 Aug 2006 12:58:32 -0400
On Aug 26, 2006, at 10:30 AM, Mark Williker wrote:
The problem is that a CIFormat data type is an integer based
constant. So the question is, what key, and what object would I
supply to the dictionary to specify this option?
I have no experience with Core Video but it looks to me like CIFormat
is the key and the other three are the objects to supply.
CIFormat
Specifies the data type for a pixel format.
kCIFormatARGB8
Specifies a 32 bit-per-pixel, fixed-point pixel format.
kCIFormatRGBA16
Specifies a 64 bit-per-pixel, fixed-point pixel format.
kCIFormatRGBAf
Specifies a 128 bit-per-pixel, floating-point pixel format.
e.g. [NSDictionary dictionaryWithObject:kCIFormatRGBAf forKey:CIFormat]
Let us know if that works!
George
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden