Danack

Results 291 comments of Danack

One of the problems with open source is leaving issues that other people can do, while the maintainer(s) does stuff that is too difficult to pass off.

Are you able to share the png? Part of the difference between ImageMagick 6 and 7 is that the project was changed from using opacity to alpha internally. I thought...

What versions of ImageMagick do you have on your system? I just tried your code with: ImageMagick 6.9.12-27 Q16 x86_64 2021-10-24 ImageMagick 7.1.0-4 Q16 x86_64 2021-07-18 And I seem to...

I've asked someone to update the version of ImageMagick that is used to build Imagick. Technically you can get ImageMagick itself at https://imagemagick.org/script/download.php#windows, but that would require you to build...

Yeah, CMB is working on it, and making it be automated, so that it doesn't take so long in future.

@myrecs Hi - are you able to test the newly built versions from https://windows.php.net/downloads/pecl/snaps/imagick/3.5.1/ ? The way it's built is slightly different so there may be un-intended changes. Or there...

Are the first two images 'top.png' and 'bottom.png', or is the photo of the beatles one of them?

Looks like a bug in ImageMagick itself, as it seems to be the same on the command line. Have opened an issue upstream: https://github.com/ImageMagick/ImageMagick/issues/4429

You are correct. The very short version is that C locales are a nightmare, and I don't know what to do about them. I personally think not exposing them in...

> Although fixing to support international floats would probably be preferred, ![tasks_2x](https://user-images.githubusercontent.com/1505719/119372656-74cfb480-bcaf-11eb-9db4-1d0d77f270d4.png) My rough guess, even if people started now, cleaning up setlocale at a C level to be 'not...