Ios swift – How to use CIFilter to composite two images of different sizes
I have two images of different sizes that I want to composite together using a CIFilter. ImageA size is 2400x1800. ImageB size is 1200x900. As the two images are different sizes, when the images are composited together, ImageB is positioned…