How to render CIImage into CGBitmapContext or NSBitmapImage
How to render CIImage into CGBitmapContext or NSBitmapImage
- Subject: How to render CIImage into CGBitmapContext or NSBitmapImage
- From: "Jaret Hargreaves" <email@hidden>
- Date: Thu, 17 Aug 2006 09:26:10 -0600
Using Core Image, I've been able to render the result of an image
filter I wrote. For the purposes of post-processing, however, I need
to return the resultant image to python. To do this, I need to
generate a CGBitmapContext or NSBitmapImage to return the filtered
image.
How do I render the product of the CIImage into either a
CGBitmapContext or NSBitmapImage? Any suggestions or pointers to
example code (ex. from the ADC sample code base) would be much
appreciated.
-Jaret
_______________________________________________
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