Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 216 Bytes

magick.md

File metadata and controls

14 lines (10 loc) · 216 Bytes

Resize

  • Resize will fit the image into the requested size.
magick original.png -resize 64x64 resized.png
  • Ignore Aspect Ratio
magick original.png -resize 64x64\! resized.png