Tracking down Exception 410: unrecognized interlace type `No

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?".
Post Reply
vk_imagemagick

Tracking down Exception 410: unrecognized interlace type `No

Post by vk_imagemagick »

Greetings,

I am using the following version of ImageMagick via PerlMagick:

Version: ImageMagick 6.6.0-10 2010-04-03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features:

Our version was recently updated, and I am now seeing the following error:
The following error was returned during processing: A:a: , Exception 410: unrecognized interlace type `None' @ error/Magick.xs/SetAttribute/1605
06/25/2010 14:18 DEBUG(19686): Removing lock file

From http://www.uni-koeln.de/rrzk/software/g ... /perl.html, I see that 'None' is a valid interlace type.

Could this possibly be related to some kind of configuration that was left out when they updated the version of ImageMagick? Just asking before delving into our code that was either working fine or not reporting errors correctly before the update.

Thanks for such a great tool!
Post Reply