magick input.png -resize '200x200!' output.png

Category: Media & Conversion

magick input.png -resize '200x200!' output.png

Resize ignoring the aspect ratio

Resizes to exactly 200x200, ignoring the aspect ratio with the bang modifier, so the image is stretched if needed. Use it to force a uniform thumbnail grid. The quotes protect the bang from bash history expansion.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.