Download:
child 49:bcea0d567333
parent 47:9e4577696f1e
48:1af673a1af4d
Anton Shestakov <engored@ya.ru>, Thu, 04 Sep 2014 14:28:14 +0900
Mogrify screenshots to a certain width.

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
docs/make-screenshots.sh file | annotate | diff | comparison | revisions
--- a/docs/make-screenshots.sh Thu Sep 04 14:26:58 2014 +0900
+++ b/docs/make-screenshots.sh Thu Sep 04 14:28:14 2014 +0900
@@ -9,6 +9,7 @@
grep -v '^\s*\(#\|$\)' "./prompt-session-${what}.sh" | bash -i
import -window $WINDOWID "./prompt-${what}.png"
+ mogrify -trim -background black -extent 800x "./prompt-${what}.png"
done
clear