summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
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 $< $@