Skip to content

Instantly share code, notes, and snippets.

@Knase
Last active September 1, 2020 08:39
Show Gist options
  • Select an option

  • Save Knase/df8226bee6d64b595f4a66dc7a15bdf8 to your computer and use it in GitHub Desktop.

Select an option

Save Knase/df8226bee6d64b595f4a66dc7a15bdf8 to your computer and use it in GitHub Desktop.
terminal imagemagick convert with resize
-- 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