Skip to content

Commit

Permalink
README update
Browse files Browse the repository at this point in the history
  • Loading branch information
4n68r committed Jul 6, 2016
1 parent defc313 commit 6503d25
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
# Simple EXIF Reader

This is an image/movie metadata reader that provides a simplistic GUI interface to the [MetadataExtractor .NET library](https://github.com/drewnoakes/metadata-extractor-dotnet). The following forms of metadata are supported:
This is an image/movie metadata reader that provides a simplistic GUI interface to the [MetadataExtractor .NET library](https://github.com/drewnoakes/metadata-extractor-dotnet).

## Simple User Interface

Default UI:

![Default GUI](screenshots/sevmain.PNG)

After opening image:

![Opened image... of Jerod](screenshots/sevmainpop.PNG)

## Supported Metadata Forms

The following forms of metadata are supported:

- EXIF
- IPTC
Expand All @@ -15,6 +29,8 @@ This is an image/movie metadata reader that provides a simplistic GUI interface
- ICO
- PCX

## Supported File Types

It will process files of type:

* JPEG
Expand Down

0 comments on commit 6503d25

Please sign in to comment.