Possible issue with conjure (7.0.1-5) Black background color for png images with transparency
Posted: 2016-05-25T02:55:09-07:00
Hello,
after updating the ImageMagick version (6.9.1-4 -> 7.0.1-5) the output of certain image files is .. different. As far as I could narrow it down it affects PNG images using transparency. The newly created image's transparency has been replaced by a solid black.
This can be reproduced with this picture https://upload.wikimedia.org/wikipedia/ ... tion_1.png and the following conjure/msl-code (the actual code in use is different, but in my tests it did occur using this minimalistic version as well):
I am using the ImageMagick-7.0.1-5-portable-Q16-x64 build for Windows (Win 8.1, Win Server 2008R2).
Any information on why this is happening and / or a way to solve this will be greatly appreciated.
Best regards
after updating the ImageMagick version (6.9.1-4 -> 7.0.1-5) the output of certain image files is .. different. As far as I could narrow it down it affects PNG images using transparency. The newly created image's transparency has been replaced by a solid black.
This can be reproduced with this picture https://upload.wikimedia.org/wikipedia/ ... tion_1.png and the following conjure/msl-code (the actual code in use is different, but in my tests it did occur using this minimalistic version as well):
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<msl>
<image>
<read filename="PNG_transparency_demonstration_1.png" />
<write filename="PNG_transparency_demonstration_1_why_black.png" />
</image>
</msl>
Any information on why this is happening and / or a way to solve this will be greatly appreciated.
Best regards