Skip to content

Instantly share code, notes, and snippets.

@dmytro-anokhin
Created November 17, 2019 21:21
Show Gist options
  • Select an option

  • Save dmytro-anokhin/6d7310543e75d8a229540b0a7d1b2d9e to your computer and use it in GitHub Desktop.

Select an option

Save dmytro-anokhin/6d7310543e75d8a229540b0a7d1b2d9e to your computer and use it in GitHub Desktop.
class ImageDecoder {
init() {
imageSource = CGImageSourceCreateIncremental(nil)
}
private let imageSource: CGImageSource
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment