Dirk Lemstra
Dirk Lemstra
It might be possible that the PNG coder will remove the color unless it is used in the image. What happens when you set one of the pixels to that...
This look like something that should be looked at by the maintainer(s) of `Imagick`. And if this is a problem in our code they can come back to us with...
The version that you are using is ancient. Can you give it a try with the latest version?
Thanks for reporting this. This issue will be resolved in the next release.
I would advise you to upgrade to a more recent version? Might be a bug in that older version.
Would it possible to add some information on how we can test if we could re-enable MSAN again @jonathanmetzman? The other issue mentions that some tests where done and I...
We had a similar issue with the @ImageMagick project. For some reason `po4a` is timing out. Not sure what is causing this but maybe it is waiting for input? We...
It looks like your PR also includes a lot of code style changes. Might be better to revert those to make it clearer what the fix is.
I don't have enough information to help you. What are you trying to do and how are you doing that? This library has no UI so I don't understand the...
I am not sure what problem you are trying to solve. Have you tried to play around with the `image.Alpha` method before doing the resize? Can you demonstrate the issue?