From 6d699c64b6b177115e6e267d372cef749f35035e Mon Sep 17 00:00:00 2001 From: poni Date: Mon, 6 Jun 2022 03:45:48 +0200 Subject: [PATCH] Update 'RuralComputing/img/README.md' --- RuralComputing/img/README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/RuralComputing/img/README.md b/RuralComputing/img/README.md index 8c56dda..dbff809 100644 --- a/RuralComputing/img/README.md +++ b/RuralComputing/img/README.md @@ -1 +1,4 @@ -okok \ No newline at end of file +**Compression + dither made with ImageMagick** + +convert input.jpg -resize X% -dither Floyd-Steinberg -colors 8 out_comp_dither.jpg +