An open API service indexing awesome lists of open source software.

https://github.com/danzek/simple-exif-reader

Simple EXIF Reader
https://github.com/danzek/simple-exif-reader

Last synced: over 1 year ago
JSON representation

Simple EXIF Reader

Awesome Lists containing this project

README

          

# 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).

## Download Compiled Assembly

**NOTE:** You need to have the Microsoft .NET Framework 4.5 runtime installed in order for the [compiled assembly](http://4n68r.com/downloads/SimpleExifReader.zip) to work.

[**Download Compiled Assembly (EXE)**](http://4n68r.com/downloads/SimpleExifReader.zip)

## 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
- XMP
- JFIF
- ICC Profiles
- Photoshop
- WebP
- PNG
- BMP
- GIF
- ICO
- PCX

## Supported File Types

It will process files of type:

* JPEG
* TIFF
* WebP
* PSD
* PNG
* BMP
* GIF
* ICO
* PCX
* Camera Raw
* NEF (Nikon)
* CR2 (Canon)
* ORF (Olympus)
* ARW (Sony)
* RW2 (Panasonic)
* RWL (Leica)
* SRW (Samsung)

Camera-specific "makernote" data is decoded for cameras manufactured by:

* Agfa
* Apple
* Canon
* Casio
* Epson
* Fujifilm
* Kodak
* Kyocera
* Leica
* Minolta
* Nikon
* Olympus
* Panasonic
* Pentax
* Sanyo
* Sigma/Foveon
* Sony

-------------------------------------

© 2016 Dan O'Day (http://4n68r.com). Follow me on Twitter [@4n68r](http://twitter.com/4n68r)

You're welcome, Jerod ;)