summaryrefslogtreecommitdiff
path: root/src/photoalbum.sh
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2022-02-20 21:30:44 +0000
committerPaul Buetow <paul@buetow.org>2022-02-20 21:30:44 +0000
commitd572f7fdc8a46cab789606b1f0a130839e5ec95a (patch)
tree0b0905fdc4bdc2ec589dceeb1a63f64f5ea9c040 /src/photoalbum.sh
parentf4ff062b2fedc4ce176373a39f4ccebe539c71f3 (diff)
syntax fix
Diffstat (limited to 'src/photoalbum.sh')
-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