Conflict in MagicMap

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.
Post Reply
tsdineen
Posts: 81
Joined: 2007-01-18T08:45:31-07:00

Conflict in MagicMap

Post 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") }, 
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Conflict in MagicMap

Post by magick »

We'll fix the conflict in the next point release of ImageMagick. Thanks.
Post Reply