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
- Host: GitHub
- URL: https://github.com/danzek/simple-exif-reader
- Owner: danzek
- License: apache-2.0
- Created: 2016-06-30T07:15:52.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T14:50:23.000Z (about 8 years ago)
- Last Synced: 2025-02-05T21:02:39.183Z (over 1 year ago)
- Language: C#
- Size: 476 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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:

After opening image:

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