Search found 1 match

by dziemid
2015-04-06T19:22:23-07:00
Forum: Bugs
Topic: Using RMagick matte_floodfill randomly loses transparency on Gentoo
Replies: 0
Views: 3912

Using RMagick matte_floodfill randomly loses transparency on Gentoo

Hello,

Not sure if it's RMagick or ImageMagick problem..

I have an image with transparent background.

When running following operations:

image = Magick::Image.read('input.png').first
img = image.channel(Magick::OpacityChannel)
img.matte_floodfill(0, 0).write('result.png')


On OSX I am getting ...