thumbnails are 512x512

master
Ken Barbour 2022-07-15 08:07:29 -04:00
parent 8937d08cbb
commit 1eabc4f7ae
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ function generate_manifest_thumbnail() {
local file=$(grep 'png' ${manifest} | head -n 2)
fi
convert ${manifestdir}/${file} -colors 256 -thumbnail 500x500^ -gravity center -extent 500x500 ${WXRX_WEB_PUBDIR}/${dest}
convert ${manifestdir}/${file} -colors 256 -thumbnail 512x512^ -gravity center -extent 500x500 ${WXRX_WEB_PUBDIR}/${dest}
echo $dest
}