Created
October 22, 2013 08:51
-
-
Save jgdoncel/7097321 to your computer and use it in GitHub Desktop.
Imagemagick - Comandos útiles
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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