I would like to have a CVPixelBuffer function that returns the color profile of a CVPixelBuffer. I'm using the CVPixelBuffer data as a backing store when I create a CGBitmapContext and I would like to provide the appropriate color profile when I create the CGBitmapContext. The CVPixelBuffer is created from a CVPixelBufferPool which itself is created from an AVAssetWriterInputPixelBufferAdaptor.
Since my desire/need for the CVPixelBuffer function that returns a color profile that can be used as input for creating a CGBitmapContext is unfulfilled. How can I make sure that the CGBitmapContext and CVPixelBuffer view the pixel data in the same way from a color matching perspective? Kevin Sent from my iPad _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com