docs: resizing delete

Signed-off-by: fau <fau@faukah.com>
Change-Id: I6a6a69649b3ad1d5faffa80ae72730a57d0ff33a
This commit is contained in:
fau 2025-07-27 17:39:55 +02:00
commit c621860314
No known key found for this signature in database

View file

@ -1,8 +0,0 @@
## 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?