Skip to content

Instantly share code, notes, and snippets.

@jgdoncel
Created October 22, 2013 08:51
Show Gist options
  • Select an option

  • Save jgdoncel/7097321 to your computer and use it in GitHub Desktop.

Select an option

Save jgdoncel/7097321 to your computer and use it in GitHub Desktop.
Imagemagick - Comandos útiles
REM LISTA DE FORMATOS
REM ---------------------------
convert -list format
REM DE UN FORMATO A OTRO
REM ---------------------------
convert input output
REM REDIMENSIONAR
REM ---------------------------
convert input -resize wxh output
REM INFORMACIÓN SOBRE UNA IMAGEN
REM ---------------------------
identify input
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment