From 914174bae1b3c3857709a2d213ea0a17d6a96b87 Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Wed, 20 Oct 2021 12:43:26 -0400 Subject: change (#407) Signed-off-by: Christine Dodrill --- scripts/ditherify | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 scripts/ditherify (limited to 'scripts/ditherify') diff --git a/scripts/ditherify b/scripts/ditherify new file mode 100755 index 0000000..9277f96 --- /dev/null +++ b/scripts/ditherify @@ -0,0 +1,5 @@ +#!/usr/bin/env nix-shell +#! nix-shell -p imagemagick -i bash + +BASEDIR=$(dirname "$0") +convert $1 -dither FloydSteinberg -remap ${BASEDIR}/gruvbox-dark.png $2 -- cgit v1.2.3