Search found 4 matches

by Slyce
2016-04-12T03:57:48-07:00
Forum: Users
Topic: large montage problem
Replies: 6
Views: 7671

Re: large montage problem

solved it. There was a bug in my code that made the 10*10 images. Works now.
by Slyce
2016-04-12T02:26:16-07:00
Forum: Users
Topic: large montage problem
Replies: 6
Views: 7671

Re: large montage problem

Yup. All images are 10*10.
Here is the output image:
Image
by Slyce
2016-04-12T01:05:19-07:00
Forum: Users
Topic: large montage problem
Replies: 6
Views: 7671

Re: large montage problem

thanks. That mostly worked:
ls -1tr directory-with-images/* > image-list.txt
montage -geometry +2+2 @image-list.txt final-montage.jpg

Though it has a weird output. Instead of 1 giant square it has 1 big square, 3 medium squares and 1 small square.
I don't get why.

This is my first use of this tool ...
by Slyce
2016-04-11T22:34:50-07:00
Forum: Users
Topic: large montage problem
Replies: 6
Views: 7671

large montage problem

I'm trying to montage just over 1,200 10*10 images at the cygwin commandline.
I get this error:
$ montage -geometry +2+2 directory-with-images/*.bmp final-montage.jpg
-bash: /cygdrive/c/Program Files/ImageMagick-6.9.3-Q16/montage: Argument list too long

I've been googling and googling with no ...