Skip to content

nathan-osman/esee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esee

esee provides a UI for editing the EXIF data in JPG files.

Screenshot

Here's a screenshot of esee in action on Linux:

esee window

Building

To build esee, ensure that the following are installed:

  • C++ compiler with C++11 support
  • CMake 3.2+
  • Qt 5.4+
  • libexif

Open a terminal and run the following commands:

mkdir build
cd build
cmake ..
make install

If all goes well, you should be able to run esee <filename> to edit EXIF data.

About

Extremely Simple EXIF Editor

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published