Re: [Gimp-user] Script-fu : gimp-text-fontname and text variable

2006-09-20 Thread Sven Neumann
Hi, On Wed, 2006-09-20 at 00:15 +0200, Nicolas wrote: I made a script-fu script, in which I write some text, using this syntax: (set! text-float (car (gimp-text-fontname img texteblanc 66 448 text_to_write 0 1 34 0 FleurishScript Ultra-Light))) Photo is a variable : SF-VALUE

Re: [Gimp-user] Anchor for Text along Path?

2006-09-20 Thread Sven Neumann
Hi, On Tue, 2006-09-19 at 17:40 -0700, Dave Jarvis wrote: I have tried searching FAQs, Google and docs.gimp.org for this wonderful new button. Nada. Well, this wonderful new button is just an experiment. The feature is unfinished and unless someone is willing and capable of finishing it, it

[Gimp-user] Gimp: search for layer effects scm...

2006-09-20 Thread durumdara
Hi ! I search for the script that containing same functions like in Photoshop. It can Add Border, Emboss, Add Shadow, etc. the actual layer. But I hasn't found in the net. Is anyone have it, and send it to me ? Thanks for it: dd ___ Gimp-user

Re: [Gimp-user] Anchor for Text along Path?

2006-09-20 Thread Darren Govoni
On Tue, 2006-09-19 at 18:30 -0700, Dave Jarvis wrote: Hi, Darren. 2. There is a edit path points tool, select it, then click successive points to achieve the degree of arc you want (can be any complex curve actually). Playing around with it to get it aligned to the oval selection

[Gimp-user] Re: Gimp: search for layer effects scm...

2006-09-20 Thread Olivier Ripoll
durumdara wrote: Hi ! I search for the script that containing same functions like in Photoshop. It can Add Border, Emboss, Add Shadow, etc. the actual layer. But I hasn't found in the net. Is anyone have it, and send it to me ? Thanks for it: dd First link that google returns for layer

[Gimp-user] Re: Gimp: how get the size of the selection ?

2006-09-20 Thread Olivier Ripoll
durumdara wrote: Hi ! How get the size of the selection ? Anywhere I found a statistics/info window where this data presented ? Thanks for it: dd To know the information while drawing, use the status bar at the bottom of the window. If you do not have it, turn in on in the preferences

[Gimp-user] Perspective + Text - Logo needed in Gimp

2006-09-20 Thread durumdara
Hi ! I don't know that exists a Logo creator script (or extension), or other technic in Gimp that can do this: I have a Text, the text of the logo, or other 2 dim. object. I want to create a perspective view of the logo, a 3d format. The first S character in this view is seems to be a

[Gimp-user] Scrip-fu documentation

2006-09-20 Thread Nicolas
Hello, Is there somewhere some documentation about script-fu? I mean, for the moment, all I found was 3 very small tutorials, some scheme documentation, and the gimp functions in the console window. I really find it difficult to learn script-fu because there's not much documentation. For

Re: [Gimp-user] Script-fu : gimp-text-fontname and text variable

2006-09-20 Thread Nicolas
On Wed, Sep 20, 2006 at 06:03:33PM +0200, Nicolas MAUFRAIS wrote: On Wed, Sep 20, 2006 at 09:06:57AM +0200, Sven Neumann wrote: It would help if you showed us the full script. From the snippets you posted so far, I can only guess that you misunderstood the concept of variable declaration in

Re: [Gimp-user] Scrip-fu documentation

2006-09-20 Thread Sven Neumann
Hi, On Wed, 2006-09-20 at 19:45 +0200, Nicolas wrote: Is there somewhere some documentation about script-fu? I mean, for the moment, all I found was 3 very small tutorials, some scheme documentation, and the gimp functions in the console window. The user manual has a chapter about Script-Fu

Re: [Gimp-user] Script-fu : gimp-text-fontname and text variable

2006-09-20 Thread Nicolas
On Wed, Sep 20, 2006 at 09:09:13PM +0200, Sven Neumann wrote: Hi, On Wed, 2006-09-20 at 20:15 +0200, Nicolas wrote: What are the first and second variables? 1 and 2 ? Where do they come from??? SF-IMAGE Image 0 SF-DRAWABLE Drawable 0

[Gimp-user] Script-fu : merge and save to PNG

2006-09-20 Thread Nicolas
Hello, I got my script-fu script working, and producing the image I need. Here it is : http://www.europephoto.com/info/titres_genealogie.scm However, I can't save the image when it's merged. It works if I don't merge the layers, but as soon as they're merged, there's an error. I followed the

[Gimp-user] Scrip-fu documentation

2006-09-20 Thread saulgoode
Wilbur's Wiki links to this tutorial: http://pingus.seul.org/~grumbel/gimp/script-fu/script-fu-tut.html which provides a good introduction to Script-fu and also addresses the available SF-... widget registrations. I believe Sven has already addressed your input parameter problem in a different

Re: [Gimp-user] Scrip-fu documentation

2006-09-20 Thread Alan Horkan
On Wed, 20 Sep 2006, Nicolas wrote: Date: Wed, 20 Sep 2006 19:45:30 +0200 From: Nicolas [EMAIL PROTECTED] To: ML-Gimp-user gimp-user@lists.XCF.Berkeley.EDU Subject: [Gimp-user] Scrip-fu documentation Hello, Is there somewhere some documentation about script-fu? I mean, for the moment,