magick input.png -thumbnail 200x200^ -gravity center -extent 200x200 output.png
Resize and crop to fill exactly
Resizes to cover exactly 200x200 and crops the overflow, which is the classic thumbnail recipe. ^ tells resize to fill rather than fit, -gravity center anchors the crop, and -extent forces the final canvas size. No distortion and no empty borders.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.