Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Platform: Windows 7
Toolset: v110
Version: ImageMagick-6.8.5-4-Q16
Getting the following exception when executing the code snippet below:
ImageCoderSignatureMismatch `xtrn': 52258c8 != 68510 @ error/module.c/OpenModule/1319
The method RegisterXTRNImage should return '(MagickImageCoderSignature)'.
I also noticed that it is not possible to access the 'stealth' coders using the Magick::coderInfoList method. The method MagickCore::GetMagickList and Magick::coderInfoList both skip them. Maybe an extra isStealth parameter should be added to Magick::coderInfoList.