carlware / do-exercise

DO exercise

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command line tool to extract gps latitude and longitude from images

Usage:

--input:  filename or directory name 
--output: name of the output file

Example

# build
make build

# process images folder
./exif --input images

# process one file
./exif --input images/bird.jpeg

# process directory with html format
./exif --input images --format html

Development

New tags processor can be added and new writer can be added implementing TagHandleFunc and RecordWriter respectively.

# build
make build

# test
make test

TODO

  1. increase test coverage
  2. add lazy loader
  3. add unit test for html writer

About

DO exercise


Languages

Language:Go 84.2%Language:Smarty 15.3%Language:Makefile 0.5%