Commit 9a8ade6772d42454af13f18a4d50ac361112138b

Authored by Geoffrey PREUD'HOMME
1 parent 454e168c

Larger JPEG for HDPI screens

Also testing Makefile update
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
@@ -8,7 +8,7 @@ all: $(GENIMG) $(CMPIMG) @@ -8,7 +8,7 @@ all: $(GENIMG) $(CMPIMG)
8 optipng -o7 $@ 8 optipng -o7 $@
9 9
10 %.jpg: orig/%.jpg 10 %.jpg: orig/%.jpg
11 - convert -resize x600 -strip -interlace Plane -gaussian-blur 0.05 -quality 90% $< $@ 11 + convert -resize x1200 -strip -interlace Plane -gaussian-blur 0.05 -quality 90% $< $@
12 12
13 clean: 13 clean:
14 - rm -rf $(GENIMG) $(CMPIMG)  
15 \ No newline at end of file 14 \ No newline at end of file
  15 + rm -rf $(GENIMG) $(CMPIMG)