RSS/Atom feed Twitter
Site is read-only, email is disabled

[error] saving a .png

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

[error] saving a .png Keifer Miller 22 Jun 01:55
  [error] saving a .png Carol Spears 22 Jun 03:14
   [error] saving a .png Sean Johnson 22 Jun 03:26
    [error] saving a .png Sven Neumann 22 Jun 11:39
   [error] saving a .png Keifer Miller 22 Jun 04:18
    [error] saving a .png Carol Spears 22 Jun 04:55
Keifer Miller
2004-06-22 01:55:13 UTC (almost 20 years ago)

[error] saving a .png

ok, to be honest, I don't even know if I'm in the right list or not. I really couldn't tell from the discriptions. If not, please point me in the right direction.

Anyways, I just emerged gimp, and I'm having problems saveing (and opening) .png files. When I try, it gives me this error message:

[error] saving '/home/me/example.png failed: Plug-in could not save image
[/error]

this is rather sad, as I'm sort of a .png addict. :P

-keifer

Carol Spears
2004-06-22 03:14:19 UTC (almost 20 years ago)

[error] saving a .png

On Mon, Jun 21, 2004 at 06:55:13PM -0500, Keifer Miller wrote:

ok, to be honest, I don't even know if I'm in the right list or not. I really couldn't tell from the discriptions. If not, please point me in the right direction.

Anyways, I just emerged gimp, and I'm having problems saveing (and opening) .png files. When I try, it gives me this error message:

[error] saving '/home/me/example.png failed: Plug-in could not save image
[/error]

i dont know about emerge -- but it is unclear here that there was problems opening png images up.

if there is only a problem saving them, perhaps it is a permission problem. if there is a problem both opening and saving pngs, then there might be something wrong with your png libraries.

is it possible to just build it (even once as a test) without "emerge"? meaning, run through the basic make tools without the aid of the package handler? then it would be easier to determine if it is gimp or your distribution.

carol

Sean Johnson
2004-06-22 03:26:24 UTC (almost 20 years ago)

[error] saving a .png

On Mon, 2004-06-21 at 21:14, Carol Spears wrote:

On Mon, Jun 21, 2004 at 06:55:13PM -0500, Keifer Miller wrote:

ok, to be honest, I don't even know if I'm in the right list or not. I really couldn't tell from the discriptions. If not, please point me in the right direction.

Anyways, I just emerged gimp, and I'm having problems saveing (and opening) .png files. When I try, it gives me this error message:

[error] saving '/home/me/example.png failed: Plug-in could not save image
[/error]

i dont know about emerge -- but it is unclear here that there was problems opening png images up.

if there is only a problem saving them, perhaps it is a permission problem. if there is a problem both opening and saving pngs, then there might be something wrong with your png libraries.

is it possible to just build it (even once as a test) without "emerge"? meaning, run through the basic make tools without the aid of the package handler? then it would be easier to determine if it is gimp or your distribution.

As another gentoo user, chances are that the original poster didn't have png specified in the USE variable, so when gimp was emerged, png was not set as a dependency, and thusly the png libraries were not included at compile time.

From the gimp-2.0.2 ebuild file, the following USE variables are used:
doc python aalib png jpeg tiff mng wmf gimpprint gtkhtml mmx sse X altivec debug

So if you want support for all the stuff gimp has to offer, I'd suggest placing most of those into your global USE variable (although, you might want to leave off debug if you're just using gimp).

Keifer Miller
2004-06-22 04:18:44 UTC (almost 20 years ago)

[error] saving a .png

On Mon, 21 Jun 2004 18:14:19 -0700, Carol Spears wrote:

On Mon, Jun 21, 2004 at 06:55:13PM -0500, Keifer Miller wrote:

ok, to be honest, I don't even know if I'm in the right list or not. I really couldn't tell from the discriptions. If not, please point me in the right direction.

Anyways, I just emerged gimp, and I'm having problems saveing (and opening) .png files. When I try, it gives me this error message:

[error] saving '/home/me/example.png failed: Plug-in could not save image
[/error]

i dont know about emerge -- but it is unclear here that there was problems opening png images up.

if there is only a problem saving them, perhaps it is a permission problem. if there is a problem both opening and saving pngs, then there might be something wrong with your png libraries.

is it possible to just build it (even once as a test) without "emerge"? meaning, run through the basic make tools without the aid of the package handler? then it would be easier to determine if it is gimp or your distribution.

carol

I went ahead and compiled it from source, an d I'm still getting this error. What libs do you think I need to replace?

Carol Spears
2004-06-22 04:55:12 UTC (almost 20 years ago)

[error] saving a .png

On Mon, Jun 21, 2004 at 09:18:44PM -0500, Keifer Miller wrote:

On Mon, 21 Jun 2004 18:14:19 -0700, Carol Spears wrote:

[error]
saving '/home/me/example.png failed: Plug-in could not save image
[/error]

is it possible to just build it (even once as a test) without "emerge"? meaning, run through the basic make tools without the aid of the package handler? then it would be easier to determine if it is gimp or your distribution.

I went ahead and compiled it from source, an d I'm still getting this error. What libs do you think I need to replace?

it has got to be the png library then. did you follow the other advice? it was given by someone familar with emerge and its ways.

carol

Sven Neumann
2004-06-22 11:39:51 UTC (almost 20 years ago)

[error] saving a .png

Hi,

Sean Johnson writes:

As another gentoo user, chances are that the original poster didn't have png specified in the USE variable, so when gimp was emerged, png was not set as a dependency, and thusly the png libraries were not included at compile time.

GIMP won't even compile if libpng is missing (unless you explicitely tell configure that you want a gimp without PNG support.

Sven