lid/README.md
2019-06-02 22:03:11 -07:00

24 lines
776 B
Markdown

# Lid
_lo-fi image dithering_
Lid performs fairly basic 1 bit image dithering. It converts an input image to grayscale and then dithers that image. It then optimizes the output and saves the file. The result is a reduced filesize, simple image, great for small apge sizes.
## Dependencies
- Python3.x (built and tested with 3.6)
- PIL (python3 -m pip install Pillow)
## Documentation
lid [option]... [source path] [output name]
Options:
-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<br>
output name = the name of the file you would like to output, do not include file extension
## License
Public domain. Use it, improve it, share it!