Page 1 of 1

[RESOLVED] possible bug -compose blend IM 6.9.8.4 & 7.0.5.5 Q16

Posted: 2017-05-06T17:42:53-07:00
by fmw42
.
This should reproduce the input. But it is too bright.

IM 6.9.8.4 Q16

Code: Select all

convert rose: rose: -set options:compose:args 50,50 -compose blend -composite rose_blend6.png
Image

IM 7.0.5.5 Q16

Code: Select all

magick rose: rose: -set options:compose:args 50,50 -compose blend -composite rose_blend7.png
Image

Re: possible bug -compose blend IM 6.9.8.4 & 7.0.5.5 Q16

Posted: 2017-05-06T17:59:49-07:00
by magick
Try:

Code: Select all

magick rose: rose: -set option:compose:args 50,50 -compose blend -composite rose_blend7.png

Re: possible bug -compose blend IM 6.9.8.4 & 7.0.5.5 Q16

Posted: 2017-05-06T23:24:12-07:00
by fmw42
DOH! Sorry for the false alarm. Something did look odd, but I could not put my finger on it.

Should not bad syntax raise a warning or error message as per this typo?

Re: [RESOLVED] possible bug -compose blend IM 6.9.8.4 & 7.0.5.5 Q16

Posted: 2017-05-07T00:07:09-07:00
by snibgo
The syntax is fine. "-set {key} {value}" will accept anything as {key}. It would take more intelligence than IM has to realise that your {key} is very close to, but not exactly, one of the standard attributes.