Bravo
Bravo copied to clipboard
Bravo is an Objective-C library to simplify the extraction of metadata from JPEG files.
Bravo
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 them into a single NSDictionary object.
Usage
-
Install using Cocoapods or by adding the files under the
/Sourcedirectory to your target. -
To retrieve the metadata of an image, extract said image to a
NSDataobject and use the method-extractMetadataFromJPEG:on it:NSDictionary *metadataProperties = [[BRavoExifManager sharedManager] extractMetadataFromJPEG:imageData]; -
Discover the plethora of information that can be retrieved from a single JPEG file.
Contribution
Contribution is always welcomed. Send a pull-request or raise an issue. ;)
Authors
Hector Zarate (@hecktorzr)
License
Available under the MIT License.