Commit 7677cd2b authored by Dylan Araps's avatar Dylan Araps

image: higher quality thumbs. Closes #1079

parent 3a0e2ec6
......@@ -3769,11 +3769,9 @@ make_thumbnail() {
-background none \
"$image" \
-strip \
-define "jpeg:size=100x100" \
-gravity "$crop_offset" \
-crop "${size}x${size}+0+0" \
-quality 40 \
-sample "${width}x${height}" \
-scale "${width}x${height}" \
"${thumbnail_dir}/${image_name}"
;;
esac
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment