From: Bernhard Urban Date: Wed, 11 Jul 2012 13:03:57 +0000 (+0200) Subject: . X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=sh-gallery.git;a=commitdiff_plain;h=d06080bae8686fa83faacc24a27168a73ad3226a . --- 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 $< $@