Questions tagged [montage]

The technique of selecting, editing, and piecing together separate sections of film to form a continuous whole.

The technique of selecting, editing, and piecing together separate sections of film to form a continuous whole.

58 questions
3
votes
1 answer

Save Montage to Blob with Magick++

I have a montage, and I can save it to disk when specified the destination path.However when I try to save it to a Blob it fails. Am I missing some settings? Version: ImageMagick 6.8.2-5 2013-02-05 Q8 Machine: Windows 7 x64 EDIT: The…
jani
  • 1,344
  • 1
  • 9
  • 16
2
votes
1 answer

How can I create a multi-image collage using php?

I want to create a multi-image collage poster like this one: Anybody know how to program it in php?
2
votes
1 answer

How to append a same image to multiple images using imagemagick

Hello I want to add a same image to the left side of multiple images. First image is a legend and it common for all the 6 images which I later want to montage 3x2. I tried this command below before montaging and it did not work. I wanted to see if I…
ash
  • 117
  • 8
2
votes
1 answer

imagemagick montage: insert images of different sizes

I have an image a.png of size 800x600, and two images b.png and c.png of size 400x300 each. I want to montage (insert) the three images without size changes into a png image of size 800x900, such that a.png is at the top, and b.png and c.png…
Ralf
  • 1,203
  • 1
  • 11
  • 20
2
votes
4 answers

use a variable with whitespace Perl

I am currently working on a project but I have one big problem. I have some picture with a whitespace in the name and I want to do a montage. The problem is that I can't rename my picture and my code is like that : $pic1 = qq(picture…
Katy
  • 81
  • 8
2
votes
2 answers

matplotlib display images from left to right to bottom (matlab montage)

Is there a way I can display a list of images with one function ? In matlab there is montage. Currently if I for loop and imshow matplotlib displays the images from top to bottom. I would like it to be from left to right then to bottom when no…
cschua
  • 43
  • 1
  • 9
2
votes
1 answer

How to tile in left-right-bottom-top order in imagemagick montage

I have a several sets of numbered png images (mostly 00-23 but some are different lengths) that I am trying to combine in imagemagick montage, but I need to have them tiled in left-right-bottom-top instead of left-right-top-bottom order. How can I…
GameFreak
  • 2,881
  • 7
  • 34
  • 38
2
votes
1 answer

Is there a running time limitation?

I am running the DOS batch file below. My OS is Windows 7 with 3 GB ram. In Windows Explorer, I double-click the batch file and it runs fine with standard size images and combines the images into a larger image. When I do everything exactly the…
user1218122
  • 80
  • 2
  • 10
2
votes
1 answer

Specify labels on Imagemagick montage

Basically I would like something along the lines of > montage -label "picture1|picture2" awesome-photo.jpg crazy-photo.jpg out.jpg result in a out.jpg having the labels picture1 under the first pic, and picture2 under the second. Would I have to do…
judoole
  • 1,382
  • 2
  • 10
  • 20
2
votes
1 answer

Montage of grayscale and colour images

Hi all I am using montage command of matlab to display images. However I am facing a problem. The command that I use is given below: dirOutput = dir('C:\Users\DELL\Desktop\book chapter\Journal chan vese\robust contour initialization\book for…
roni
  • 1,443
  • 3
  • 28
  • 49
2
votes
2 answers

Imagick montage with PHP

I want the functionality, but I can't for the life of me figure out what to do with the function described here: http://php.net/manual/en/imagick.montageimage.php . Googling has been unproductive so far. I have read this…
Dmitri
  • 1,338
  • 1
  • 12
  • 24
1
vote
1 answer

Keep pixel resolution when creating an image array with montage in Matlab

I am trying to create an image array, combining ~80 .jpg images in a single row using the function montage in Matlab. The final figure displays my images in a row, however the resolution is reduced so the 'individual' images aren't clearly visible…
Poquontchn
  • 141
  • 4
1
vote
0 answers

Tile images of different aspect ratios using ImageMagick without gaps

I want to be able to tile together images of different aspect ratios in a way that looks good and avoids as much whitespace between the images as possible. What I've done so far is rename all the images using a script that changes the image name to…
1
vote
1 answer

Use ImageMagick montage with a file name substring variable

I have only very rudimentary programming and command line skills, hence I'm a bit stumped by the following. I have a directory with image files like…
pipet
  • 13
  • 3
1
vote
1 answer

Sprite multiple gif files with css info

So I have a site with a lot of gif files (smileys to be specific). To optimize load performance I decided to reduce amount of request to one, loading all gifs as one file. The best option I found is to create a single sprites file. There's also an…
deathangel908
  • 8,601
  • 8
  • 47
  • 81