Search found 3 matches

by jondo
2015-02-26T06:36:16-07:00
Forum: Bugs
Topic: montage.exe: unrecognized option `-scale'
Replies: 4
Views: 3727

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

That seems like magick! :D
by jondo
2015-02-26T06:12:03-07:00
Forum: Bugs
Topic: montage.exe: unrecognized option `-scale'
Replies: 4
Views: 3727

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

Then see this as a feature request :)
by jondo
2015-02-26T02:14:37-07:00
Forum: Bugs
Topic: montage.exe: unrecognized option `-scale'
Replies: 4
Views: 3727

montage.exe: unrecognized option `-scale'

Hi!

I want to do

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:
montage.exe: unrecognized option `-scale' @ error/montage.c/MontageImageCommand/1553. :(

My workaround is to ...