Page 1 of 1

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

Posted: 2016-02-17T10:47:49-07:00
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

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

Posted: 2016-02-17T11:26:08-07:00
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.