From: Ian Jackson Date: Sat, 6 Nov 2021 20:38:50 +0000 (+0000) Subject: images shrink a bit X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=bff746f2a30c13373aacbdc7b149e8c482d9bf50;p=quacks.git images shrink a bit Signed-off-by: Ian Jackson --- diff --git a/Makefile b/Makefile index b0b637c..66494c0 100644 --- a/Makefile +++ b/Makefile @@ -70,7 +70,7 @@ book-%.eps: book-%.ps rm -f $@; ps2eps $< book-%.png: book-%.eps Makefile - gm convert -density 150x150 $< $@ + gm convert -density 100x100 $< $@ .PRECIOUS: book-%.eps