jgdoncel
10/22/2013 - 8:51 AM

Imagemagick - Comandos útiles

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