Add crop to aspect ratio with imagemagick
This commit is contained in:
parent
8568e355a7
commit
1330d9ab86
1 changed files with 3 additions and 1 deletions
4
how_to
4
how_to
|
@ -475,4 +475,6 @@ Better Bibtex, Zotero:
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ImageMagick:
|
||||||
|
crop to aspect ratio
|
||||||
|
convert in.png -gravity center -crop 4:3 out.png
|
||||||
|
|
Loading…
Reference in a new issue