Skip to content

Commit

Permalink
Fix sample images on web page
Browse files Browse the repository at this point in the history
  • Loading branch information
trebb committed Jul 24, 2013
1 parent 5a6ee59 commit 8d8b607
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -118,17 +118,17 @@ clean:
# Project hosting, Github # Project hosting, Github


sample-frontcover.jpg: clqr-a4-consec.pdf 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) $(MONTAGE) temp.jpg -tile 1x1 -geometry +1+1 -background gray $@ $(SEND-TO-LOG)
$(RM) temp.jpg $(RM) temp.jpg


sample-firstpage-%.jpg: clqr-a4-booklet-%.pdf 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) $(MONTAGE) temp.jpg -tile 1x1 -geometry +1+1 -background gray $@ $(SEND-TO-LOG)
$(RM) temp.jpg $(RM) temp.jpg


sample-firstpage-consec.jpg: clqr-a4-consec.pdf 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) $(MONTAGE) temp.jpg -tile 1x1 -geometry +1+1 -background gray $@ $(SEND-TO-LOG)
$(RM) temp.jpg $(RM) temp.jpg


Expand Down

0 comments on commit 8d8b607

Please sign in to comment.