summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-11 13:52:37 +0200
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2007-08-11 13:52:37 +0200
commit8a8a51d736074cfa9dbd8a7f46842933d558a46f (patch)
tree48f82985c4185010bd1c1d251e939e9eaa710c35 /examples
parentc712d598ea39dc4f90a733dc06c44617eb30bcbb (diff)
fill in default values in GipfelWidget instead of ImageMetaData
Diffstat (limited to 'examples')
-rw-r--r--examples/Makefile2
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 $< $@