I'm trying use "montage" to make a array:
Code: Select all
montage -size 400x400 null: *.JPG null: \
          -auto-orient  -thumbnail 200x200 \
          -bordercolor Lavender -background black +polaroid -resize 30% \
          -gravity center -background none -extent 80x80 \
          -background SkyBlue -geometry -10+2  -tile x1  polaroid_overlap.jpgBut, the output file has only 360x84 pixels (the original files has 1000x750 pixels).
Somebody know how may I change the size of this array?
I already tried change "size 400x400" to "size 1000x1000", but nothing happening!
I would like this array with full size (1000x750 pixels each picture).
I'm using Debian Squeeze with Imagemagick 8:6.6.0.4-3 version.
Regards,
Renato S. Yamane