diff options
author | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-11 13:52:37 +0200 |
---|---|---|
committer | Johannes Hofmann <Johannes.Hofmann@gmx.de> | 2007-08-11 13:52:37 +0200 |
commit | 8a8a51d736074cfa9dbd8a7f46842933d558a46f (patch) | |
tree | 48f82985c4185010bd1c1d251e939e9eaa710c35 /examples/Makefile | |
parent | c712d598ea39dc4f90a733dc06c44617eb30bcbb (diff) |
fill in default values in GipfelWidget instead of ImageMetaData
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 762fd9e..95d85fe 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -20,7 +20,7 @@ dirs: mkdir -p gipfelweb/gipfel gipfelweb/slides/%.jpg: %.jpg - convert -resize '10000x600>' -unsharp 0.5x0.5 -quality 90 $< $@ + convert -resize '10000x600>' -quality 90 $< $@ gipfelweb/thumbs/%.jpg: %.jpg convert -resize '1000x150>' -quality 80 $< $@ |