Create, edit, compose, or convert between image formats. This tool replaces
convertin ImageMagick 7+. Seemagick convertto use the old tool in versions 7+. Some subcommands, such asmogrifyhave their own usage documentation. More information: https://imagemagick.org.
magick {{path/to/input_image.png}} {{path/to/output_image.jpg}}
magick {{path/to/input_image.jpg}} -resize {{100x100}} {{path/to/output_image.jpg}}
magick {{*.jpg}} {{path/to/images.gif}}
magick -size {{640x480}} pattern:checkerboard {{path/to/checkerboard.png}}
magick {{*.jpg}} -adjoin {{path/to/file.pdf}}