Re: [Gimp-developer] thumbnail generation for nautilus via gimp

2007-12-02 Thread Eckhard M.
Hello Sven, thanx for that. I tried something like gimp -i -n -f -d -s -b '(gimp-file-save-thumbnail /path/to/image.psd)' -b '(gimp-quit 0)' but i didn't get it work :( This is what have done so far: http://my.opera.com/area42/blog/generating-thumbnails-using-gimp - |\/\/\/| | | |

Re: [Gimp-developer] changing the shape of a text layer

2007-12-02 Thread Joao S. O. Bueno
On Sunday 02 December 2007 01:29:39 am William Skaggs wrote: > From: <[EMAIL PROTECTED]> > > > I like the idea of having this functionality available. I have tried the > > patch and it seems very capable. There appears to be bug which presented > > itself when I did the following: ... > > Thanks fo

Re: [Gimp-developer] thumbnail generation for nautilus via gimp

2007-12-02 Thread Sven Neumann
Hi, On Sun, 2007-12-02 at 12:56 +0100, Eckhard M. Jäger wrote: > thanx for that. I tried something like > > gimp -i -n -f -d -s -b '(gimp-file-save-thumbnail /path/to/image.psd)' > -b '(gimp-quit 0)' > > but i didn't get it work :( Have a look at the documentation again (hint: I gave you a li

Re: [Gimp-developer] thumbnail generation for nautilus via gimp

2007-12-02 Thread Eckhard M.
Hello Sven, thanks for the link and the help. there is a thing that i don't understand, my script is opening the file and so the thumbnail is generated by Gimp automaticly when closing gimp. I thought using gimp-file-save-thumbnail would be faster and uses less memory then opening the files l

Re: [Gimp-developer] Developer-User Disconnect

2007-12-02 Thread Renan Birck
Daniel Falk wrote: > I prefer to work efficiently with a gui actually (Don't laugh!). > Anybody know of a good gui option? I enjoy Thunderbird, but of course, YMMV. -- -- Renan "Renan_S2" Birck| "Everyone knows that Linux http://renanbirck.deviantart.com | does not e

Re: [Gimp-developer] thumbnail generation for nautilus via gimp

2007-12-02 Thread William Skaggs
From: Eckhard M. Jger [EMAIL PROTECTED] > there is a thing that i don't understand, my script is opening the > file and so the thumbnail is generated by Gimp automaticly when > closing gimp. ... Unless a file contains an internal thumbnail (as jpeg files sometimes do), there is no way to gener

Re: [Gimp-developer] thumbnail generation for nautilus via gimp

2007-12-02 Thread Liam R E Quin
On Sun, 2007-12-02 at 21:25 +0100, Eckhard M. Jäger wrote: > I thought using gimp-file-save-thumbnail would be faster and uses less > memory then opening the files like i did. The thumbnails can in general only be generated by opening a file and processing it, to get the image data and scale it d

[Gimp-developer] dir(gimpfu.pdb) crashes

2007-12-02 Thread Jayesh Salvi
Hi, I am trying to see what all methods gimpfu.pdb offers, by running dir() operation on it. But it crashes as follows: [EMAIL PROTECTED] plug-ins]$ PYTHONPATH=$PYTHONPATH:/usr/lib64/gimp/2.0/python python Python 2.5 (r25:51908, Apr 10 2007, 10:27:40) [GCC 4.1.2 20070403 (Red Hat 4.1.2-8)] on lin

Re: [Gimp-developer] thumbnail generation for nautilus via gimp

2007-12-02 Thread gg
On Sun, 02 Dec 2007 21:25:09 +0100, Eckhard M. Jäger <[EMAIL PROTECTED]> wrote: > > Hello Sven, > > thanks for the link and the help. > > there is a thing that i don't understand, my script is opening the file > and so the thumbnail > is generated by Gimp automaticly when closing gimp. > > I tho