Conflict in MagicMap
Posted: 2010-08-31T06:50:11-07:00
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") },