ImageMagick6 icon indicating copy to clipboard operation
ImageMagick6 copied to clipboard

Imagick broken/spilled colors

Open pastebimas opened this issue 4 years ago • 2 comments

Description

We have a system that generates .png files by adding some designs on blank canvas. Each file is ~25mb. Suddenly we've started having problems that the files get weird colors and couldn't see a pattern for that. You can retry the same job and the next time it is generated correctly.

Any ideas what might cause that?

Here is the visual: https://gyazo.com/536468054aebe0eb1c296ab29a20e877 https://gyazo.com/0a311dd4345206206dff5d1324082fde

System Configuration

  • ImageMagick version: 6.9.7-4
  • Environment (Operating system, version and so on): Ubuntu 18
  • Additional information:

Server is with the newest AMD processor, 32gb rams and 1TB ssd.

pastebimas avatar Aug 10 '20 16:08 pastebimas

I would advise you to upgrade to a more recent version? Might be a bug in that older version.

dlemstra avatar Aug 10 '20 18:08 dlemstra

@pastebimas

Any ideas what might cause that?

Reading from uninitialised memory, or very unlikely, bad memory in the computer.

If it's still an issue, maybe post some code that causes it to happen?

Danack avatar Jan 26 '23 18:01 Danack