Skip to content

Instantly share code, notes, and snippets.

@qvoid
Last active June 3, 2021 02:59
Show Gist options
  • Save qvoid/672dd07baee3d4d2a1ecc142bdc944c3 to your computer and use it in GitHub Desktop.
Save qvoid/672dd07baee3d4d2a1ecc142bdc944c3 to your computer and use it in GitHub Desktop.
## resize
```shell
convert dragon_sm.gif -resize 64x64 resize_dragon.gif
```
## resize with ignoring sapect Raio
```shell
convert dragon_sm.gif -resize 64x64\! exact_dragon.gif
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment