Skip to content

Instantly share code, notes, and snippets.

@GroupDocsGists
Last active October 30, 2017 17:06
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/4ece21a53aec0339819d3d420aad1900 to your computer and use it in GitHub Desktop.
Save GroupDocsGists/4ece21a53aec0339819d3d420aad1900 to your computer and use it in GitHub Desktop.
Examples-GroupDocs.Metadata-for-Java
// For complete examples and data files, please go to https://github.com/groupdocs-metadata/GroupDocs.Metadata-for-Java
//JpegPhotoParser: Finds photos taken on a specific camera in a directory
PhotoParser jpegPhotoParser = new PhotoParser("/Images/Jpeg/");
jpegPhotoParser.filterByCameraManufacturer("Sony");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment