• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Pixel Format of CIImage (documentation question)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: Pixel Format of CIImage (documentation question)
      • From: George Orthwein <email@hidden>
References: 
 >Pixel Format of CIImage (documentation question) (From: Mark Williker <email@hidden>)

  • Prev by Date: Re: changing "document" terminology for AppleScript support
  • Next by Date: Re: Re: NSSavePanel, NSOpenPanel... Where is NSChoosePanel?
  • Previous by thread: Re: Pixel Format of CIImage (documentation question)
  • Next by thread: Re: Pixel Format of CIImage (documentation question)
  • Index(es):
    • Date
    • Thread