Commit dd1aa75cfe8cf98a81d5bf57292d3c9c5c5ac9f9

Authored by Geoffrey PREUD'HOMME
1 parent 8cea2eb9

Using vectorized version of Polytech Instrumentation

img/.gitignore
... ... @@ -5,3 +5,4 @@ mainBgPattern.png
5 5 polyMap.png
6 6 /desc*.jpg
7 7 legoEducation.png
  8 +polytechInstrumentation.png
... ...
img/Makefile
... ... @@ -31,8 +31,9 @@ legoEducation.png:
31 31 convert $@ -resize x200 $@
32 32 optipng -o7 $@
33 33  
34   -polytechInstrumentation2.png: polytechInstrumentation.svg
  34 +polytechInstrumentation.png: polytechInstrumentation.svg
35 35 convert -background none $< $@
  36 + optipng -o7 $@
36 37  
37 38 # DESCRIPTION
38 39 descDescriptif.jpg: orig/descDescriptif.jpg
... ...
img/polytechInstrumentation.png deleted

93.1 KB