.
authorBernhard Urban <lewurm@gmail.com>
Wed, 11 Jul 2012 13:03:57 +0000 (15:03 +0200)
committerBernhard Urban <lewurm@gmail.com>
Wed, 11 Jul 2012 13:03:57 +0000 (15:03 +0200)
Makefile

index e3ca112e377ab96bcf246edb54819572c8dd45f6..8fefc6b27a944af36f24db35a28c9d3e24513782 100644 (file)
--- 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 $< $@