Glueing images together
Posted: 2018-05-19T11:31:58-07:00
I want to montage two pictures of different size with ImageMagick. My OS is Windows 10, IM is installed in C:\Programme\ImageMagick-7.0.7-Q16; the two pictures (picture1.jpg; picture2.jpg) are in C:\temp\bildablage. Picture1 measures 1.025x1.920 pixels and picture2 is of 1.914 x 1.008 pixels. The result should be in the same folder and named “picture.jpg”.
So I wrote the command-line
C:\Programme\ImageMagick-7.0.7-Q16\magick montage C:\temp\bildablage\picture1.jpg C:\temp\bildablage\picture2.jpg C:\temp\bildablage\picture.jpg
It worked well, so I tried a wildcard for the filenames of the pictures which are be glued together:
C:\Programme\ImageMagick-7.0.7-Q16\magick montage C:\temp\bildablage\*.jpg C:\temp\bildablage\*.jpg C:\temp\bildablage\new.jpg
But the result is a “picture-double-pack”, both pictures are doubled. Does anyone know what happened and how to solve the problem.
https://my.hidrive.com/share/bn5civ45un
Is it possible to put in the file C:\temp\Bildablage with for instance 40 pictures and glue them together each in pairs of two?
Thank you in advance
Uli
So I wrote the command-line
C:\Programme\ImageMagick-7.0.7-Q16\magick montage C:\temp\bildablage\picture1.jpg C:\temp\bildablage\picture2.jpg C:\temp\bildablage\picture.jpg
It worked well, so I tried a wildcard for the filenames of the pictures which are be glued together:
C:\Programme\ImageMagick-7.0.7-Q16\magick montage C:\temp\bildablage\*.jpg C:\temp\bildablage\*.jpg C:\temp\bildablage\new.jpg
But the result is a “picture-double-pack”, both pictures are doubled. Does anyone know what happened and how to solve the problem.
https://my.hidrive.com/share/bn5civ45un
Is it possible to put in the file C:\temp\Bildablage with for instance 40 pictures and glue them together each in pairs of two?
Thank you in advance
Uli