Danack

Results 291 comments of Danack

Found the origin of the name Hald clut.

First, > "waveringness bloodthirsty"; ..... you okay there Lolcatww ? Second, I can reproduce on the ImageMagick command line, so have [opened an issue upstream](https://github.com/ImageMagick/ImageMagick/issues/4649).

Cool. Yeah, I was about to suggest coalesceImages......and agree that this behaviour is pretty surprising. I should probably make a list of 'gotchas' that people are going to encounter, somewhere.

In case I forget what this looks like again: ![rb-grid](https://user-images.githubusercontent.com/1505719/140611911-d24fe65f-d113-4b15-b2ae-464fbf535a75.png)

> Is this just Imagick problem and I can do nothing about it? I don't know. It sounds slightly long, but not massively slow. You could try investigating it by...

I'm not seeing that. Can you say which version of ImageMagick you're using, and the exact color string you are seeing the problem with, and upload the 'corrupted' image.

For the exact 'color string', please can you give me the precise values you are using for $color, width and height on the line: ``` $imagick->borderImage($color, $width, $height); ``` as...

Yup, that looks like a bug. For the borderImage operation, there is a composite operator parameter, which is hard-coded to [Atop](https://github.com/Imagick/imagick/blob/a4b15a946ece4bee8b8023b3272fc3fd2bf3bc04/imagick_class.c#L10445) in the source for ImageMagick 7. It appears that...

oh, please can you test this also for the snapshot version of Imagick @myrecs ? And there is a new function that allows setting the composite method use: ``` Imagick::borderImageWithComposite(...