mirror of
https://github.com/JanJastrow/.dotfiles.git
synced 2024-11-09 20:54:51 +01:00
Change order of parameters
This commit is contained in:
parent
1c10548a77
commit
0f3778ba72
@ -65,7 +65,7 @@ function png2jpeg() {
|
||||
}
|
||||
|
||||
function jpeg1024() {
|
||||
magick "$1" -resize '1024x1024\>' -background black -flatten TGA:- | cjpeg -targo -quality 90 -optimize -progressive -outfile "$1".jpg
|
||||
magick "$1" -resize '1024x1024\>' -background black -flatten TGA:- | cjpeg -targo -optimize -progressive -quality 90 -outfile "$1".jpg
|
||||
}
|
||||
|
||||
# Make PDFs look like scanned
|
||||
|
Loading…
Reference in New Issue
Block a user