Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (11 loc) · 583 Bytes

File metadata and controls

18 lines (11 loc) · 583 Bytes

EPImageMetaDataParser

Parse Image Metadata at a given URL with minimum data downloaded. Built for Mac and iOS.

How To Use

  1. Add files under /EPImageMetaDataParser to your project.
  2. Link ImageIO.framework to your project.
  3. Use [EPImageMetaDataParser parseImageMetaDataWithURL:completionHandler:] to parse image metadata.

TODO