Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
We had to remove SyncImagePixelCache() call from AcquireAuthenticCacheView() because the method was not properly handling any exceptions. We tried your command on our system with ImageMagick 6.9.4-8 beta and it worked properly. Can you download http://magick.imagemagick.org/download/ ... -8.tar.bz2 and let us know if you still experience the problem. If so, report back here and let us know which OS you are using and what release of libpng. It would be helpful if we can reproduce the problem to generate a robust patch to fix it.
magick wrote:We tried your command on our system with ImageMagick 6.9.4-8 beta and it worked properly. Can you download http://magick.imagemagick.org/download/ ... -8.tar.bz2 and let us know if you still experience the problem.
6.9.4-8 beta has the same problem for me.
magick wrote:If so, report back here and let us know which OS you are using and what release of libpng.
But any other formats (PPM, TIFF, JPEG) has the same result.
Also, I tried to change number of OpenMP threads using OMP_NUM_THREADS environment variable. OMP_NUM_THREADS=1 gives correct image, but an any other value - wrong one. So, looks like it's OpenMP related issue.