Skip to content

Memory leak issue #12

@cybillnetwork

Description

@cybillnetwork

// 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)
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions