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

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.
Post Reply
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post by magick »

Try:

Code: Select all

magick rose: rose: -set option:compose:args 50,50 -compose blend -composite rose_blend7.png
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

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

Post 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?
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

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

Post 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.
snibgo's IM pages: im.snibgo.com
Post Reply