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

Layers names

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.

2 of 2 messages available
Toggle history

Please log in to manage your subscriptions.

Layers names Gérald 07 Nov 21:36
  Layers names Owen Cook 07 Nov 22:04
Gérald
2004-11-07 21:36:49 UTC (over 19 years ago)

Layers names

Hi,

Is there's a way to retreive the layers names/ attributes in an xcf file whitout loading it ?

Owen Cook
2004-11-07 22:04:02 UTC (over 19 years ago)

Layers names

On Sun, 7 Nov 2004, Gérald wrote:

Is there's a way to retreive the layers names/ attributes in an xcf file whitout loading it ?

I don't think so.

If you plan in advance and call all your layers

Big_Layer Small_layer
Green_Layer

etc

then you can extract the names from the file with the strings command

strings blah.xcf|grep ayer

Not much help or use, but it gets the names

Owen