Core Image offers two ways to add two images: CIAdditionCompositing and componentAdd. I could use either to sum up the pixel values in two images. Are they different except for the latter being supported only on iOS 11?
For example, does one do the addition in linear space while the other in gamma space?