Skip to content
Discussion options

You must be logged in to vote

You could write the output of the magick montage command to miff:- for miff format to stdout, and pipe that to another magick that does whatever you want.

magick montage 1.jpg 2.jpg 3.jpg -geometry 600x600^+100+100 -tile x1 miff:- | magick - -fill black -pointsize 200 -gravity east -draw "text 0,0 'hello world'" montage.jpg

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by tomtomhoward
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants