docs: add section about resizing images using imagemagick
This commit is contained in:
parent
c4f7a54a59
commit
a468b84a1a
1 changed files with 8 additions and 0 deletions
8
docs/resizing.md
Normal file
8
docs/resizing.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
## 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?
|
Loading…
Add table
Add a link
Reference in a new issue