Version:
Code: Select all
Version: ImageMagick 6.8.9-9 Q16 x86_64 2015-08-06 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules OpenMP
Delegates: bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr ltdl lzma openexr pangocairo png tiff wmf x xml zlib
Code: Select all
$ convert -background white -alpha remove -set colorspace gray -separate -average -resize 700 -quality 0 "1st Movement.pdf[0]" PNG8:-
Code: Select all
convert: ../../magick/string.c:845: DestroyStringInfo: Assertion `string_info->signature == 0xabacadabUL' failed.
From looking in the current source code, this appears to be the line in question.