Updated jpeg resize alias

This commit is contained in:
Jan Jastrow 2022-02-14 00:00:11 +01:00
parent 152060d30d
commit f17aab5afd
1 changed files with 2 additions and 2 deletions

View File

@ -36,5 +36,5 @@ function png2web() {
}
function jpeg1024() {
magick "$1" -resize '1024x1024\>' -background black -flatten TGA:- | cjpeg -quality 70 -targa -outfile $1.jpg
}
magick "$1" -resize '1024x1024\>' -background black -flatten TGA:- | cjpeg -targo -quality 75 -optimize -progressive -outfile $1.jpg
}