Categorygithub.com/davidrenne/gitRDunExifExample
modulepackage
0.0.0-20221014002352-acb86732dfb4
Repository: https://github.com/davidrenne/gitrdunexifexample.git
Documentation: pkg.go.dev

# README

gitRDunExifExample

Parse Terabytes of Exif off a directory recursively using all cores of your processor (hopefully)

Mine only took 20% CPU still with this main function.

I ran about 5 copies of this program concurrently overnight on different directories and they finished in 5 hours on 150K jpgs which output about 6.5Gigs of JSON data to analyze

PR's welcome. Find some bugs for me. I wrote it in three hours or so.

# Functions

No description provided by the author
No description provided by the author

# Structs

IfdEntry is a JSON model for representing a single tag.
No description provided by the author