Try gimp-file-load-layer or gimp-file-load-layers... that may be it...
-Original Message-
From: Serghei MIHAI
Reply-to: Serghei MIHAI
To: gimp-user@lists.XCF.Berkeley.EDU
Subject: [Gimp-user] python-fu: open image as layer
Date: Wed, 10 Aug 2011 01:08:23 +0200
Hello everyone,
I try to
Hello everyone,
I try to develop a little python script for personal usage and I need to open
images as layers. I've googled and I found this message in the archive:
http://lists.xcf.berkeley.edu/lists/gimp-user/2008-April/012295.html.
But I don't find the pdb.gimp-file-open-layer function in my
Am 09.08.2011 14:53, schrieb Rob Antonishen:
> You can access it using sed/grep or some such tool. Opening the xcf
> file in a text editor, even after an autocrop, the text information
> remains in the following format:
>
> (text "test text")
> (font "Sans")
> (font-size 18.00)
> (font-size-un
You can access it using sed/grep or some such tool. Opening the xcf
file in a text editor, even after an autocrop, the text information
remains in the following format:
(text "test text")
(font "Sans")
(font-size 18.00)
(font-size-unit pixels)
(hinting yes)
(antialias yes)
(language "en-us")