I am using Core Image and GPUImage to make some filters in an iPhone app. I seem to be running out of memory and crashing with larger images. I think this can be solved if I can split the input image into multiple parts.
How to efficiently split an image in multiple parts for image processing, then recombine to output the resulting image as a whole in iOS?
1 Answer