Commit bd7909a0be0708ba3dc4895ffc0d795cf1e63af4
1 parent
a166d9f6
Added two new sponsors !
Showing
3 changed files
with
7 additions
and
1 deletions
Show diff stats
img/.gitignore
img/Makefile
1 | 1 | VECTORS=$(shell echo *.svg) |
2 | -CUSTOM=mainBgPattern.png polyMap.png | |
2 | +CUSTOM=mainBgPattern.png polyMap.png legoEducation.png | |
3 | 3 | |
4 | 4 | COMPRESSED=$(shell cd orig; echo *.jpg) |
5 | 5 | MATRIXED=$(subst svg,png,$(VECTORS)) |
... | ... | @@ -21,6 +21,11 @@ polyMap.png: |
21 | 21 | wget "https://maps.googleapis.com/maps/api/staticmap?center=50.6074998,3.1373338&zoom=16&size=640x200&scale=2&maptype=roadmap&markers=color:red%7Clabel:P%7C50.6074998,3.1373338" -O $@ |
22 | 22 | optipng -o7 $@ |
23 | 23 | |
24 | +legoEducation.png: | |
25 | + wget "http://mms.businesswire.com/bwapps/mediaserver/ViewMedia?mgid=325079&vid=5&download=1" -O $@ | |
26 | + convert $@ -resize x200 $@ | |
27 | + optipng -o7 $@ | |
28 | + | |
24 | 29 | # DESCRIPTION |
25 | 30 | descDescriptif.jpg: orig/descDescriptif.jpg |
26 | 31 | convert $< -set option:size '%[fx:min(w,h)]x%[fx:min(w,h)]' xc:none +swap -gravity center -composite -resize x400 -quality 90% $@ | ... | ... |
93.1 KB