Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
I'm trying to generate a set of PNGs from some SVGs I've made. Each PNG is made up of 4 of the SVGs in a 2x2 square. The problem is that the generated PNGs are coming out with two different levels of brightness (some of them are darker than they should be, the rest seem to look the same shade as the SVGs) even though the SVGs all use the same range of greyscales. Within each PNG the darkening is uniform. The ones which it chooses to make darker seem to be the same ones each time I run my script, but I can't spot a pattern.
It seems to be making the same ones darker I also tried using convert to make direct PNG versions of the SVGs before pasting sets of 4 PNGs together, but that made things worse, I ended up with 3 levels of brightness, the new one being the darkest.