Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
jondo
Posts: 3 Joined: 2015-02-26T02:07:42-07:00
Authentication code: 6789
Post
by jondo » 2015-02-26T02:14:37-07:00
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
jondo
Posts: 3 Joined: 2015-02-26T02:07:42-07:00
Authentication code: 6789
Post
by jondo » 2015-02-26T06:12:03-07:00
Then see this as a feature request
magick
Site Admin
Posts: 11064 Joined: 2003-05-31T11:32:55-07:00
Post
by magick » 2015-02-26T06:28:06-07:00
Already added to ImageMagick 6.9.0-8 Beta,, available by sometime tomorrow.
jondo
Posts: 3 Joined: 2015-02-26T02:07:42-07:00
Authentication code: 6789
Post
by jondo » 2015-02-26T06:36:16-07:00
That seems like magick!