Quartz 2D is the primary two-dimensional graphics rendering API for Mac OS X, part of the Core Graphics framework.
I have a CGImageRef and I want to display it on an NSView. I already have an CGImageRef from source …
cocoa core-graphics nsview quartz-2dI have a function that takes some bitmap data and returns a UIImage * from it. It looks something like so: …
iphone uiimage core-graphics quartz-2d core-foundationI'm trying to write a simple PDF viewer using CGPDFDocument, based on QuartzDemo. There is common rendering: -(void)drawInContext:(…
iphone cocoa-touch pdf hyperlink quartz-2dI need some help using the CGContextDrawImage. I have the following code which will create a Bitmap context and convert …
quartz-2d cgcontextdrawimageThis is Apple's code (from Technical Q&A QA1702) for getting a UIImage from a video buffer. Unfortunately, the …
iphone core-graphics quartz-2d avfoundationI have a UIView that I scale down when it is touched and scale back up when the touch is …
ios uiview core-graphics quartz-2d