Skip to content

gljames24/SimpleMetadataImageListEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SimpleImageMetadataEditor

A simple, but powerful image metadata editor.
Group Members: James Garrard and Seth Stephenson

This application's goal is to make inserting and retrieving image metadata as easy as possible. This requires being able to manage IPTC data. Currently the only supported files will be JPG/JPEG and PNG.

This program relies on the exiv2 library.
Install the library with apt install libexiv2-dev on linux or your respective package manager.
Compile with g++ -std=c++11 smile.cpp -o smile -I/usr/local/include -L/usr/local/lib -lexiv2

The program will take in input following this convention:
smile -[k|C|d|T] -[p|a|r|v] <metadata> <path to file>

The first option is keywords, Creator name, date and time, and Title.

The second option is print, append, and remove respectively. If no action argument is given, print is assumed. The letter v gives a verbose output.

About

A simple, but powerful image tagger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages