From d06080bae8686fa83faacc24a27168a73ad3226a Mon Sep 17 00:00:00 2001 From: Bernhard Urban Date: Wed, 11 Jul 2012 15:03:57 +0200 Subject: [PATCH] . --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e3ca112..8fefc6b 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: wtf $(SMALL) $(THUMB) small.zip big.zip %_small.jpg: %.jpg exiftran -a -i $< - convert -scale 800x800 $< $@ + convert -scale 800x600 $< $@ %_thumb.jpg: %_small.jpg convert -scale 80x80 $< $@ -- 2.25.1