From: Bert Burgemeister Date: Wed, 24 Jul 2013 06:44:09 +0000 (+0200) Subject: Fix sample images on web page X-Git-Tag: 140~1 X-Git-Url: https://repo.or.cz/w/clqr.git/commitdiff_plain/8d8b607fd263679f3923c85bd9291e246f0343b8 Fix sample images on web page --- 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