Skip to content

EXIF Viewer is a simple utility designed to provide an overview of EXIF data embedded within image files. With this tool, you can view metadata such as camera settings, geotags, timestamps, and other information that is stored in the image files you capture.

License

Johann-FullHD/EXIF_VIEWER

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EXIF Viewer

Version 1 | 24.03.2024

EXIF Viewer is a simple utility designed to provide an overview of EXIF data embedded within image files. With this tool, you can view metadata such as camera settings, geotags, timestamps, and other information that is stored in the image files you capture.

Features

  • Easy-to-use Interface: Quick and intuitive access to EXIF data.
  • Compact: Lightweight tool with minimal dependencies.
  • Cross-platform: Runs on any platform that supports Python.

Prerequisites

  • Python: Ensure you have Python installed on your system.
  • Dependencies: All required libraries are listed in requirements.txt

Installation

  1. Clone the repository to your local machine:
git clone https://github.com/Johann-FullHD/EXIF_VIEWER.git
  1. Navigate to the project directory:
cd EXIF_VIEWER
  1. Install the required packages:
pip install -r requirements.txt

Usage

To view the EXIF data from image files, simply run the script with the image file as an argument:

python exif_viewer.py sample.jpg

Replace sample.jpg with the path to your image file. All common formats are supported.

Compatibility

EXIF Viewer is compatible with most image formats that contain EXIF data, including but not limited to:

  • JPEG
  • TIFF
  • PNG (if EXIF data is present)
  • RAW image formats (certain types may require additional libraries)

This tool is designed to run on:

  • Windows
  • macOS
  • Linux

As long as Python is installed and the necessary dependencies are met, EXIF Viewer should work across these platforms.

License

EXIF Viewer is released under the GNU-License. For more information, see the License file.

Contributing

Contributions are welcome to improve the application's functionality, extend support for other operating systems, or enhance the user interface. You can contribute by submitting a pull requests or reporting bugs and suggestions in the issue tracker. For professional inquiries or potential collaborations, please get in touch via email.

Contact Information

For any additional questions or feedback, feel free to reach out to me:

About

EXIF Viewer is a simple utility designed to provide an overview of EXIF data embedded within image files. With this tool, you can view metadata such as camera settings, geotags, timestamps, and other information that is stored in the image files you capture.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages