Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Created October 19, 2017 11:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GroupDocsGists/196c21fae6f7bd8282b61dc4add34b54 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/196c21fae6f7bd8282b61dc4add34b54 to your computer and use it in GitHub Desktop.
//For complete examples and data files, please go to https://github.com/groupdocsmetadata/GroupDocs_Metadata_NET
//JpegPhotoParser: Finds photos taken on a specific camera in a directory
JpegPhotoParser jpegPhotoParser = new JpegPhotoParser("Images/Jpeg");
jpegPhotoParser.FilterByCameraManufacturer("Sony");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment