From 8d8b607fd263679f3923c85bd9291e246f0343b8 Mon Sep 17 00:00:00 2001 From: Bert Burgemeister Date: Wed, 24 Jul 2013 08:44:09 +0200 Subject: [PATCH] Fix sample images on web page --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 1c93ba3..3a04839 100644 --- a/Makefile +++ b/Makefile @@ -118,17 +118,17 @@ clean: # Project hosting, Github sample-frontcover.jpg: clqr-a4-consec.pdf - $(CONVERT) $<'[0]' -verbose -resize 40% temp.jpg $(SEND-TO-LOG) + $(CONVERT) $<'[0]' -verbose -background white -alpha remove -alpha off -resize 40% temp.jpg $(SEND-TO-LOG) $(MONTAGE) temp.jpg -tile 1x1 -geometry +1+1 -background gray $@ $(SEND-TO-LOG) $(RM) temp.jpg sample-firstpage-%.jpg: clqr-a4-booklet-%.pdf - $(CONVERT) $<'[0]' -verbose -resize 15% temp.jpg $(SEND-TO-LOG) + $(CONVERT) $<'[0]' -verbose -background white -alpha remove -alpha off -resize 15% temp.jpg $(SEND-TO-LOG) $(MONTAGE) temp.jpg -tile 1x1 -geometry +1+1 -background gray $@ $(SEND-TO-LOG) $(RM) temp.jpg sample-firstpage-consec.jpg: clqr-a4-consec.pdf - $(CONVERT) $<'[0]' -verbose -resize 15% temp.jpg $(SEND-TO-LOG) + $(CONVERT) $<'[0]' -verbose -background white -alpha remove -alpha off -resize 15% temp.jpg $(SEND-TO-LOG) $(MONTAGE) temp.jpg -tile 1x1 -geometry +1+1 -background gray $@ $(SEND-TO-LOG) $(RM) temp.jpg -- 2.11.4.GIT