Say I have a folder foo with multiple PNG files. Is there a way to use convert or mogrify to merge the PNG files into a single TIFF file?
I have tried:
mogrify -format tiff -adjoin *.png
but I get unrecognized option -adjoin
|
Say I have a folder I have tried:
but I get |
||||
|
|
|
Using
|
|||
|
|
|
To merge them into a single file as an image sequence you can use the anser given by Matthias Osidio. -append creates a single image where the images in the original set are stacked top-to-bottom.
|
|||
|
|