From 145c09d3e1b45ca95ff716ac49b84c13dc9ae58a Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Thu, 8 Sep 2016 14:09:29 -0500 Subject: add Kristian's image plotting to doc tree --- docs/plot/greyscale.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 docs/plot/greyscale.sh (limited to 'docs/plot/greyscale.sh') diff --git a/docs/plot/greyscale.sh b/docs/plot/greyscale.sh new file mode 100755 index 00000000..7a6e9b38 --- /dev/null +++ b/docs/plot/greyscale.sh @@ -0,0 +1,7 @@ + + +for f in $(ls *.png) +do + + convert $f -fx '(r+g+b)/3' -colorspace Gray $f +done; -- cgit v1.2.3