TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Nov 2016 |
Maintained by Unclaimed.
Bravo is an Objective-C library to simplify the extraction of metadata from JPEG files. It gathers Exif, IPTC, JFIF and TIFF properties and places it into a single NSDictionary
object.
/Source
directory to your target.NSData
object and use the method -extractMetadataFromJPEG:
on it:NSDictionary *metadataProperties = [[BRavoExifManager sharedManager] extractMetadataFromJPEG:imageData];
Contribution is always welcomed. Send a pull-request or raise an issue. ;)
Hector Zarate (@hecktorzr)
Available under the MIT License.