mirror of
https://github.com/axllent/goptimize.git
synced 2024-12-21 17:46:23 -05:00
Add a TODO
This commit is contained in:
parent
8e5e7b6098
commit
d2a591a6d9
@ -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?)
|
||||
|
Loading…
Reference in New Issue
Block a user