Header file for quartz utils. More...
#include <unistd.h>#include <stdio.h>#include <stdlib.h>#include <TargetConditionals.h>Go to the source code of this file.
Functions | |
| CGContextRef | CGCreateARGBBitmapContextFromImage (CGImageRef inImage) |
| CGCreateARGBBitmapContextFromImage | |
Header file for quartz utils.
| CGContextRef CGCreateARGBBitmapContextFromImage | ( | CGImageRef | inImage | ) |
CGCreateARGBBitmapContextFromImage
Create an ARGBBitmapContext (taken from: [h]ttp://developer.apple.com/mac/library/qa/qa2007/qa1509.html).