💾 Archived View for freeshell.de › tldr › magick.gmi captured on 2022-04-28 at 18:57:39. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Create, edit, compose, or convert bitmap images.
ImageMagick version 7+. See `convert` for versions 6 and below.
magick {image.png} {image.jpg}
magick convert -resize {100x100} {image.jpg} {image.jpg}
magick {*.jpg} {images.gif}
magick -size {640x480} pattern:checkerboard {checkerboard.png}
magick {*.jpg} +adjoin {page-%d.pdf}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).