Created
October 10, 2016 13:09
-
-
Save ericdke/023c890ad8a519093a395c261714c785 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if let imageSource = CGImageSourceCreateWithURL(fileURL as CFURL, nil) { | |
let imageProperties = CGImageSourceCopyPropertiesAtIndex(imageSource, 0, nil) | |
if let dict = imageProperties as? [String: Any] { | |
print(dict) | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment