TheRenegadeCoder / image-titler

An image title generator using The Renegade Coder style
https://therenegadecoder.com
GNU General Public License v3.0
17 stars 6 forks source link

Added EXIF Version Tagging #47

Closed jrg94 closed 4 years ago

jrg94 commented 4 years ago

Now, some subset of files that are passed through the program will be tagged with image-titler-vX.Y.Z where X.Y.Z is the version number of the software. I say a subset because the program only applies EXIF data if the source file already has EXIF data.

This pull request should address everything in milestone v1.9.0. In particular, this pull request should solve all of the following:

In addition, I did some other quality of life things like stopped tracking the dump folder in tests. In addition, I start cleaning up code a bit by making helper functions. Also, I included a requirements.txt file to see if GitHub would start tracking that (for security purposes).