Further isolation of the bug.
download from the IM images area a blackthin images and convert to png
Code: Select all
convert http://www.imagemagick.org/Usage/images/blackthin_top.gif t.png
Now load two copys and splice, and the problem appears for the second image!
Code: Select all
convert -background none t.png t.png -splice 0x84+0+0 show:
The first image shown is fine, the second has become randomly transparent!!!!
But only with this exact command, any attempt to make it simpler, such as remove the first image, makes the problem disappear.
Also substituting a PNG format copy of the rose: image also makes the problem disappear. I think the GIF to PNG converted image may be important.
Adding the MAGICK_THREAD_LIMIT=1 does not fix the problem so it may not be a multi-threading problem but an initialization problem.
Cristy, please have a look...