How can I blend two images in additive blending mode with Core Graphics?
The enum does not have something like a kCGBlendModeAdd: http://developer.apple.com/library/ios/documentation/GraphicsImaging/Reference/CGContext/Reference/reference.html#//apple_ref/doc/c_ref/CGBlendMode
Any solution?