Page 1 of 1

Errors running ImageMagick' convert program

Posted: 2008-02-03T12:42:11-07:00
by ONEEYEMAN
Hi, ALL,
I needed to get a screenshot of my desktop under Gentoo Linux running GNOME.
I took using the standard GNOME application - "Application -> Accessories -> Take Screenshot"
Now, since I want to attach it to an E-mail I tried to run this, but got errors:

Code: Select all

igor@IgorsGentooOnNetwork ~ $ convert Screenshot.png screenshot.xpm
convert: no decode delegate for this image format `Screenshot.png'.
convert: missing an image filename `screenshot.xpm'.
I'm running ImageMagick version 6.3.0.5 on Gentoo Linux.

Can someone tells me what is going on?

Thank you.

Re: Errors running ImageMagick' convert program

Posted: 2008-02-03T18:01:18-07:00
by anthony
You do not have the PNG delegate libraries installed!!!

Re: Errors running ImageMagick' convert program

Posted: 2008-02-04T17:15:59-07:00
by ONEEYEMAN
Thank you for the reply.
Now where do i get them?

Re: Errors running ImageMagick' convert program

Posted: 2008-02-04T19:03:42-07:00
by anthony
Depend on your system.

If it is linux, or MacOSX you can download and install the package from your OS supplyers. For other UNIX systems you may need to build and install the library yourself.

IM Web site has a delegates section for most of the command delegate libraries, though I myself have never needed to use that source.

Re: Errors running ImageMagick' convert program

Posted: 2008-02-05T19:19:42-07:00
by ONEEYEMAN
anthony,
I'm running Gentoo Linux, but I don't know how the packet is called.
Can you give me the project name so I can search for appropriate packet inside Portage?

Thank you.

Re: Errors running ImageMagick' convert program

Posted: 2008-02-06T20:27:06-07:00
by anthony
try "libpng" however there should be some way of searching the package names.

Sorry I don't use Gentoo Linux and don't know "portage" myself.

Re: Errors running ImageMagick' convert program

Posted: 2008-02-06T21:26:51-07:00
by ONEEYEMAN
anthony,
Turns out I have "libpng" on my system.
Could you give me a site name where I can download and install this packet from sources?
Then I could ask on the Gentoo forum about the name of it on Gentoo...

Thank you.