Re: [Gimp-user] python-fu: open image as layer

2011-08-09 Thread Jerry Baker
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

[Gimp-user] python-fu: open image as layer

2011-08-09 Thread Serghei MIHAI
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

Re: [Gimp-user] Problem script-fu gimp-text-layer-get-text

2011-08-09 Thread Volker Lenhardt
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

Re: [Gimp-user] Problem script-fu gimp-text-layer-get-text

2011-08-09 Thread 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-unit pixels) (hinting yes) (antialias yes) (language "en-us")