Blackred Pepper on wrote... | Hi, | | I ran into a problem when I was trying to montage several images | together. montage automatically added a caption on the bottom of each | image. The caption was got from PageName property embedded in each | individual image. How can block montage from using PageName automatically? | | Many thanks. | | Blackred Pepper
See IM Examples, Montage Page, for this and all your montage answers http://imagemagick.org/Usage/montage/ Specifically... Labeling Montage Images http://imagemagick.org/Usage/montage/#label To get rid of all labels you can use -label '' before reading in the images OR use -set label '' after reading in all the images. Note do not use +label which turns off the user label override. This then allowes whatever label is present in the image file being read (afterward) to be used as that images label. Remember a empty label meta-data setting for the image (in memory) means not to add space for a label. A non-empty label (even if it is only a single space character) will leave space under (or withing the frame) of the montage image 'cell' for that string (after any percent '%' expandsions have been performed). Anthony Thyssen ( System Programmer ) <[EMAIL PROTECTED]> ----------------------------------------------------------------------------- All computers wait at the same speed. ----------------------------------------------------------------------------- Anthony's Home is his Castle http://www.cit.gu.edu.au/~anthony/ _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
