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.
-
Install using Cocoapods or by adding the files under the
/Source
directory to your target. -
To retrieve the metadata of an image, extract said image to a
NSData
object 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 is always welcomed. Send a pull-request or raise an issue. ;)
Hector Zarate (@hecktorzr)
Available under the MIT License.