MBDocCapture icon indicating copy to clipboard operation
MBDocCapture copied to clipboard

Memory leak issue

Open cybillnetwork opened this issue 1 year ago • 0 comments

// Let's try to generate the CGImage from the CIImage before creating a UIImage. if let cgImage = CIContext(options: nil).createCGImage(filteredImage, from: filteredImage.extent) { uiImage = UIImage(cgImage: cgImage) } else { uiImage = UIImage(ciImage: filteredImage, scale: 1.0, orientation: .up) }

cybillnetwork avatar Jan 16 '25 13:01 cybillnetwork