Page 1 of 1

montage.exe: unrecognized option `-scale'

Posted: 2015-02-26T02:14:37-07:00
by jondo
Hi!

I want to do

Code: Select all

convert -size 8x8 pattern:CrossHatch30 c.png
montage -tile 2x1 -scale 1000% c.png c.png cs_scaled.png
,

but (with ImageMagick-6.8.9-7-Q16-x64-dll.exe) this gives me:

Code: Select all

montage.exe: unrecognized option `-scale' @ error/montage.c/MontageImageCommand/1553.
:(

My workaround is to use

Code: Select all

montage -tile 2x1 -filter Box -resize 1000% c.png c.png cs_scaled.png
instead.

Regards,
Robert

Re: montage.exe: unrecognized option `-scale'

Posted: 2015-02-26T05:39:49-07:00
by Bonzo
It is not a bug as it looks like -scale is not supported by montage: http://www.imagemagick.org/script/montage.php

Re: montage.exe: unrecognized option `-scale'

Posted: 2015-02-26T06:12:03-07:00
by jondo
Then see this as a feature request :)

Re: montage.exe: unrecognized option `-scale'

Posted: 2015-02-26T06:28:06-07:00
by magick
Already added to ImageMagick 6.9.0-8 Beta,, available by sometime tomorrow.

Re: montage.exe: unrecognized option `-scale'

Posted: 2015-02-26T06:36:16-07:00
by jondo
That seems like magick! :D