From d2a591a6d9c26e7fa68d1aeb995ce11ee6988d70 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 3 Aug 2019 11:15:54 +1200 Subject: [PATCH] Add a TODO --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 739e7c3..bcbc608 100644 --- a/README.md +++ b/README.md @@ -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?)