magick
Create, edit, compose, or convert bitmap images.
ImageMagick version 7+. See convert for versions 6 and below.
More information: https://imagemagick.org/.
-
Convert file type:
magick {{image.png}} {{image.jpg}} -
Resize an image, making a new copy:
magick convert -resize {{100x100}} {{image.jpg}} {{image.jpg}} -
Create a GIF using images:
magick {{*.jpg}} {{images.gif}} -
Create checkerboard pattern:
magick -size {{640x480}} pattern:checkerboard {{checkerboard.png}} -
Convert images to individual PDF pages:
magick {{*.jpg}} +adjoin {{page-%d.pdf}}
License and Disclaimer
The content on this page is copyright © 2014—present the tldr-pages team and contributors.This page is used with permission under Creative Commons Attribution 4.0 International License.
While we do attempt to make sure content is accurate, there isn't a warranty of any kind.