summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/photoalbum.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/photoalbum.sh b/src/photoalbum.sh
index d60e84f..05ec6fa 100755
--- a/src/photoalbum.sh
+++ b/src/photoalbum.sh
@@ -149,7 +149,7 @@ albumhtml () {
dirname="$DIST_DIR/$blurs_dir"
test ! -d "$dirname" && mkdir -p "$dirname"
echo "Creating blur $DIST_DIR/$blurs_dir/$photo"
- convert -blur 0x6 "$DIST_DIR/$thumbs_dir/$photo" "$DIST_DIR/$blurs_dir/$photo"
+ convert -blur 0x8 "$DIST_DIR/$thumbs_dir/$photo" "$DIST_DIR/$blurs_dir/$photo"
fi
done