mirror of
https://github.com/sahinakkaya/til.git
synced 2024-11-21 16:19:37 +01:00
TIL: Joining images into one
This commit is contained in:
parent
4a491f5f2f
commit
8e598b1c33
7
command_line_utils/joining-images-into-one.md
Normal file
7
command_line_utils/joining-images-into-one.md
Normal file
@ -0,0 +1,7 @@
|
||||
You can join multiple images into one using `convert`:
|
||||
|
||||
# join vertically
|
||||
convert in1.png in2.png -append out.png
|
||||
|
||||
# join horizontally
|
||||
convert in1.png in2.png +append out.png
|
Loading…
Reference in New Issue
Block a user