X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=sh-gallery.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=8fefc6b27a944af36f24db35a28c9d3e24513782;hp=e3ca112e377ab96bcf246edb54819572c8dd45f6;hb=d06080bae8686fa83faacc24a27168a73ad3226a;hpb=2ebf1fb613e9349524ee14086cf383cd4d3a9987 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 $< $@