Updating readme

This commit is contained in:
sloumdrone 2019-06-02 22:03:11 -07:00
parent c3fb70de31
commit be9745a5fc
1 changed files with 2 additions and 2 deletions

View File

@ -13,10 +13,10 @@ Lid performs fairly basic 1 bit image dithering. It converts an input image to g
lid [option]... [source path] [output name]
Options:
-f = output format, defaults to the recommended setting: png
-f = output format, defaults to the recommended setting: png<br>
-q = quality, defaults to 90, only affects png & jpeg/jpg
source path = a path to an image file you want to dither
source path = a path to an image file you want to dither<br>
output name = the name of the file you would like to output, do not include file extension
## License