Skip to content

Instantly share code, notes, and snippets.

@mbostock
Last active February 2, 2016 01:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mbostock/41f20d1fcb910ae87b64 to your computer and use it in GitHub Desktop.
Save mbostock/41f20d1fcb910ae87b64 to your computer and use it in GitHub Desktop.
GraphicsMagick Cheat Sheet
#!/bin/bash
# Making a non-square image square by adding padding.
gm montage -geometry 1024x1024 -background none source.png target.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment