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've compiled the latest version of imagemagick for the mac and I get the assertion below when I load a particular png file. This is a bit of a hassle as it crashes the program in debug mode. Anyone ever seen this before? Any workarounds?
Hard to tell what's wrong without seeing the problematic PNG or knowing what platform you're on, or whether you mean IM-6.7.6-4 or IM-7.0.0-0 is the "latest". Anyhow, it looks like it might be a bad interaction between the libpng "setjmp" mechanism and IM's ThrowReaderException, due to a recent change that reduced the scope of quantum_info. Please try replacing line 2888 in coders/png.c