possible bug psd:alpha-unblend=off IM 6.9.3.4 Q16 Mac OSX

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

possible bug psd:alpha-unblend=off IM 6.9.3.4 Q16 Mac OSX

Post by fmw42 »

reference to http://www.imagemagick.org/script/comma ... php#define for usage

A very simplistic example, but I suspect it should not abort trap.

Code: Select all

convert logo: -transparent white logot.psd
convert -define psd:alpha-unblend=off logot.psd tmp.png
Abort trap
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: possible bug psd:alpha-unblend=off IM 6.9.3.4 Q16 Mac OSX

Post by magick »

Agreed, unfortunately we cannot reproduce the problem with ImageMagick 6.9.3-5. The commands complete without complaint. We debugged memory with valgrind, and again, no complaints.
Post Reply