This does exactly what it needs, except that it takes about 400 milliseconds, which is too much 350 milliseconds:
- (void) updateCompositeImage {
Images are quite small, and there are only three of them (the for loop repeats only twice)
Is there any way to do this faster? Although you can still use kCGBlendModeScreen and alpha?
source share