Skip to content

Instantly share code, notes, and snippets.

@mackenziestarr
Created October 7, 2019 19:24
Show Gist options
  • Save mackenziestarr/d096f2c9a7ecf13f918a84e5cdf07592 to your computer and use it in GitHub Desktop.
Save mackenziestarr/d096f2c9a7ecf13f918a84e5cdf07592 to your computer and use it in GitHub Desktop.
oneliners i like to use
# imagemagick make side-by-side image called z.png from x.png and y.png
# useful for sharing with people to visually compare things
convert +append x.png y.png z.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment