nichts/docs/resizing.md

9 lines
202 B
Markdown
Raw Permalink Normal View History

## Resizing images using imagemagick
I wanted to resize an image using imagemagick.
To do this I had to run:
`magick lain.png -crop 1072x1448^ -gravity center -quality 90 sca.png`
What does this do?