💾 Archived View for freeshell.de › tldr › convert.gmi captured on 2023-11-04 at 12:21:01. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2022-04-28)

-=-=-=-=-=-=-

convert

ImageMagick image conversion tool.

More information.

convert {image.jpg} {image.png}
convert {image.png} -resize 50% {image2.png}
convert {image.png} -resize 640x480 {image2.png}
convert {image1.png} {image2.png} {image3.png} +append {image123.png}
convert {image1.png} {image2.png} {image3.png} -append {image123.png}
convert {image1.png} {image2.png} {image3.png} -delay {10} {animation.gif}
convert -size {800x600} "xc:{#ff0000}" {image.png}
convert {image1.png} {image2.png} {image3.png} {image.ico}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY