Add a TODO

This commit is contained in:
Ralph Slooten 2019-08-03 11:15:54 +12:00
parent 8e5e7b6098
commit d2a591a6d9
1 changed files with 9 additions and 0 deletions

View File

@ -56,3 +56,12 @@ Options:
- `./goptimize -m 800x800 *` - optimize and downscale all image files to a maximum size of 800x800px
- `./goptimize -m 1200x0 image.jpg` - optimize and downscale a JPG file to a maximum size of width of 1200px
- `./goptimize -o out/ image.jpg` - optimize a JPG file and save it to `out/`
## TODO
Some ideas for the future:
- Dry run
- Option to copy exif data (how?)