Skip to content

Instantly share code, notes, and snippets.

@Eddy-Barraud
Last active June 16, 2018 21:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Eddy-Barraud/45981f191330bff6255cd6158bd63803 to your computer and use it in GitHub Desktop.
Save Eddy-Barraud/45981f191330bff6255cd6158bd63803 to your computer and use it in GitHub Desktop.

Using imegemagick

apt-get install imagemagick

  • Convert single file

    convert ubuntuhandbook.png ubuntuhandbook.jpg

  • Convert all files

    mogrify -format jpg *.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment