Ios swift – Running into vImage_Buffer related peak memory issues. When does vImage_Buffer.free() actually free memory?
I am working on a project where the UI has to generate previews for many larger still images. I am using a C++ library to apply various lookup tables and conversions to the images which requires the image to be…