Created
October 28, 2021 15:38
-
-
Save monkseal/2ff3123d2828e2a4dcd29b8e0643ca36 to your computer and use it in GitHub Desktop.
Combine images with convert
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
# 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