Skip to content

Instantly share code, notes, and snippets.

@monkseal
Created October 28, 2021 15:38
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 monkseal/2ff3123d2828e2a4dcd29b8e0643ca36 to your computer and use it in GitHub Desktop.
Save monkseal/2ff3123d2828e2a4dcd29b8e0643ca36 to your computer and use it in GitHub Desktop.
Combine images with convert
# Create new image (new-onboarding.png) veritical append
convert -append onboarding.png service-area.png new-onboarding.png
# Create new image (new-onboarding.png) horizontal append
convert +append onboarding.png service-area.png new-onboarding.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment