views:

22

answers:

0

Is using kCGImageAlphaNone any faster or slower than using kCGImageAlphaPremultipliedFirst as the color format when using CGImageCreate() for fast animation frame rendering from bitmaps.

Does double-buffering the bitmaps used between alternating frames help with load-on-write memory paging performance?