From be9745a5fcb5184cc3244e17d3f0538bd9ea16d4 Mon Sep 17 00:00:00 2001 From: sloumdrone Date: Sun, 2 Jun 2019 22:03:11 -0700 Subject: [PATCH] Updating readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7e57ae..d970e2d 100644 --- a/README.md +++ b/README.md @@ -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
-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
output name = the name of the file you would like to output, do not include file extension ## License