Commit 9804344fbc6abe0388314516ed8fd8327f0903e7
1 parent
e72d064d
Better Lego education logo
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
img/Makefile
... | ... | @@ -23,6 +23,11 @@ polyMap.png: |
23 | 23 | |
24 | 24 | legoEducation.png: |
25 | 25 | wget "http://mms.businesswire.com/bwapps/mediaserver/ViewMedia?mgid=325079&vid=5&download=1" -O $@ |
26 | + convert $@ -fuzz 10% -transparent white $@ | |
27 | + # identify -format "%[fx:w]x%[fx:h]" $@ | |
28 | + convert -size 4500x1084 xc:none -fill white -draw "rectangle 25,25 1050,1050" whitelego.png | |
29 | + composite -gravity east $@ whitelego.png $@ | |
30 | + rm whitelego.png | |
26 | 31 | convert $@ -resize x200 $@ |
27 | 32 | optipng -o7 $@ |
28 | 33 | ... | ... |