Page 1 of 1

Conflict in MagicMap

Posted: 2010-08-31T06:50:11-07:00
by tsdineen
there is a conflict in the magic map causing issues with ImageMagick trying to determine old PCL files and guessing HPGL. This then causes ImageMagick to pick the hpgl delegate to decode.

Code: Select all

124     { "HPGL", 0, MagickString("\033E\033") }, 
...
145     { "PCL", 0, MagickString("\033E\033") }, 

Re: Conflict in MagicMap

Posted: 2010-08-31T07:35:32-07:00
by magick
We'll fix the conflict in the next point release of ImageMagick. Thanks.