Skip to content

Commit

Permalink
dev-java/metadata-extractor: [QA] Consistent whitespace in metadata.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
SoapGentoo committed Nov 26, 2017
1 parent e2edcc9 commit fbf0cc1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dev-java/metadata-extractor/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<name>Java</name>
</maintainer>
<longdescription>
metadata-extractor is a straightforward Java library for reading metadata from image files.
metadata-extractor is a straightforward Java library for reading metadata from image files.

Metadata metadata = ImageMetadataReader.readMetadata(imagePath);
Metadata metadata = ImageMetadataReader.readMetadata(imagePath);

With that metadata object, you can iterate or query the various tag values that were read from the image.
With that metadata object, you can iterate or query the various tag values that were read from the image.

The library understands several formats of metadata, many of which may be present in a single image.
The library understands several formats of metadata, many of which may be present in a single image.
</longdescription>
<upstream>
<remote-id type="github">drewnoakes/metadata-extractor</remote-id>
Expand Down

0 comments on commit fbf0cc1

Please sign in to comment.