Last active
September 1, 2020 08:39
-
-
Save Knase/df8226bee6d64b595f4a66dc7a15bdf8 to your computer and use it in GitHub Desktop.
terminal imagemagick convert with resize
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
| -- Set new size. Need to check after resize. | |
| $ convert icon.png -define jpeg:extent=50kb -resize 1090x1090 icon_new.jpg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment