Parse Image Metadata at a given URL with minimum data downloaded. Built for Mac and iOS.
- Add files under
/EPImageMetaDataParserto your project. - Link
ImageIO.frameworkto your project. - Use
[EPImageMetaDataParser parseImageMetaDataWithURL:completionHandler:]to parse image metadata.
- Continue to fetch data after the fetch limit is reached if
EXIF markeris found in image data. For more information aboutEXIF marker, see: http://www.media.mit.edu/pia/Research/deepview/exif.html