19 lines
No EOL
724 B
Markdown
19 lines
No EOL
724 B
Markdown
# EXIF2txt
|
|
|
|
Write EXIF metadata to text file.
|
|
|
|
The original GIST is here https://gist.github.com/Jeffmackinnon/92c747b30a873129a28cddacfc61fbe1.
|
|
|
|
## Dependancy
|
|
|
|
You need to have ``os``, ``Pillow``, and ``Fraction`` installed, they are used to crawl the folders, create the txt file, read the EXIF information and convert the decimal shutter speed to a fraction.
|
|
|
|
## Useage
|
|
|
|
To use the script enter.
|
|
|
|
``python3 exif2txt/py <top_level_folder>``
|
|
|
|
As I learn more and have a bit of time I will add options to include what information that you want in the txt file and what order. Currently the output will look like this:
|
|
|
|
``20200711-074756-_MG_9521.jpg: Canon EOS 60D with a EF-S55-250mm f/4-5.6 IS - 1/10s, f/4.0 at ISO-200`` |