display: unable to open image `logo:': No such file or direc

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

Post by magick »

Did you check the directory permissions? ImageMagick typically puts it files in /usr/local/lib/lmageMagick-6.2.8. Check the permissions on this directory and any subdirectories. If that fails, type
  • convert -debug configure logo: logo.pnm
It will tell you where its looking for its dependant files.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Notice its searching in the ImageMagick 5.5.2 directory. You may be running an older version of ImageMagick installed on your system.
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Post by magick »

Next up use -debug module instead of -debug configure. Lets find out why it cannot find the MAGICK module which includes support for the logo: format.
Post Reply