Revision history of "Image conversion"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 16:01, 6 April 2024Busk talk contribs 168 bytes +168 Created page with "# ImageMagick ``` sudo apt install imagemagick convert input.png -resize 800x600 output.png convert "$input_png" -define icon:auto-resize=64,48,32,16 "$output_ico" ```"