-units option not recognized by montage command
Posted: 2005-12-08T20:20:42-07:00
Hello,
Currently, the montage command does not allow the -units option to be used with it; therefore, I can not set the dpi of the output image as I can with the convert command.
montage -density 300x300 infilename.eps -page 5100x3300 -tile 7x -geometry +25+10 outfilename.tif (output image here says 72 dpi)
convert -density 300x300 [b]-units PixelsPerInch[/b] infilename.tif outfilename.png (output image here says 300 dpi, the desired result)
Can this functionality be added to the montage command? I'm using ImageMagick-6.2.5-Q16.
Thanks,
Andrew
Currently, the montage command does not allow the -units option to be used with it; therefore, I can not set the dpi of the output image as I can with the convert command.
montage -density 300x300 infilename.eps -page 5100x3300 -tile 7x -geometry +25+10 outfilename.tif (output image here says 72 dpi)
convert -density 300x300 [b]-units PixelsPerInch[/b] infilename.tif outfilename.png (output image here says 300 dpi, the desired result)
Can this functionality be added to the montage command? I'm using ImageMagick-6.2.5-Q16.
Thanks,
Andrew