diff --git a/img/Makefile b/img/Makefile index e08629f..ddc37c5 100755 --- a/img/Makefile +++ b/img/Makefile @@ -23,6 +23,11 @@ polyMap.png: legoEducation.png: wget "http://mms.businesswire.com/bwapps/mediaserver/ViewMedia?mgid=325079&vid=5&download=1" -O $@ + convert $@ -fuzz 10% -transparent white $@ + # identify -format "%[fx:w]x%[fx:h]" $@ + convert -size 4500x1084 xc:none -fill white -draw "rectangle 25,25 1050,1050" whitelego.png + composite -gravity east $@ whitelego.png $@ + rm whitelego.png convert $@ -resize x200 $@ optipng -o7 $@ -- libgit2 0.21.2