From 9a8ade6772d42454af13f18a4d50ac361112138b Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Sun, 1 Mar 2015 16:41:59 +0100 Subject: [PATCH] Larger JPEG for HDPI screens --- img/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/img/Makefile b/img/Makefile index cbff876..f11862e 100755 --- a/img/Makefile +++ b/img/Makefile @@ -8,7 +8,7 @@ all: $(GENIMG) $(CMPIMG) optipng -o7 $@ %.jpg: orig/%.jpg - convert -resize x600 -strip -interlace Plane -gaussian-blur 0.05 -quality 90% $< $@ + convert -resize x1200 -strip -interlace Plane -gaussian-blur 0.05 -quality 90% $< $@ clean: - rm -rf $(GENIMG) $(CMPIMG) \ No newline at end of file + rm -rf $(GENIMG) $(CMPIMG) -- libgit2 0.21.2