摘要:
CGColorSpaceRef colorSpace = CGColorSpaceCreateDeviceRGB();CGContextRef context = CGBitmapContextCreate(NULL,pageSize.width, /* size_t width */pageSize.height, /* size_t height */8,/* bits per component 32/4 */pageSize.width * 4,/* bytes per row 每行字节数,每一个位图像素的代表是4个字节 */colorSpace, /* CGCo... 阅读全文
posted @ 2012-03-25 09:20
pengyingh
阅读(356)
评论(0)
推荐(0)


浙公网安备 33010602011771号