Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
With SF_STRING or SF_FILENAME the error remains the same. Error: unbound variable (errobj /tmp/x.gif) -eleonora Original-Nachricht Datum: Sat, 18 Oct 2008 23:59:35 +0200 Von: Sven Neumann [EMAIL PROTECTED] An: [EMAIL PROTECTED] CC: gimp-user@lists.XCF.Berkeley.EDU

Re: [Gimp-user] Gimp-user Digest, Vol 73, Issue 35

2008-10-19 Thread Niels Giesen
-- Message: 6 Date: Sat, 18 Oct 2008 18:19:55 -0400 From: Alec Burgess [EMAIL PROTECTED] Subject: [Gimp-user] script-fu-save-anim-layers To: Gimp-user@lists.XCF.Berkeley.EDU Message-ID: [EMAIL PROTECTED] Content-Type: text/plain; charset=windows-1252;

Re: [Gimp-user] script-fu-save-anim-layers

2008-10-19 Thread Sven Neumann
Hi, On Sat, 2008-10-18 at 21:46 -0400, Alec Burgess wrote: This is explained in the release notes for GIMP 2.6: http://gimp.org/release-notes/gimp-2.6.html Thanks ... I think :-) found the example and perused the linked PDF (section 4.2.2. Binding constructs) with out much if any

Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread saulgoode
Quoting [EMAIL PROTECTED]: With SF_STRING or SF_FILENAME the error remains the same. Error: unbound variable (errobj /tmp/x.gif) Use SF-STRING or SF-FILENAME, not SF_STRING, SF_FILENAME. If that does not fix your problem then post your script; it is difficult to find bugs when only

Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
Hello, I use SF-WHATEVER, I just had a typo in the email. The complete script is my previous email and also attached to this email. I test by copying the script into /home/en/.gimp-2.2/scripts, and then do a refresh from gimp/Xtns menu. A reference script copied from

[Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread Peter Saffrey
I'm a fairly new GIMP user. Be gentle. I'd like to duplicate the effect described in this Photoshop tutorial: http://pshero.com/archives/text-in-stitches The critical part of this is selecting a path from text and using a custom brush to draw along this path. Once I've got this working, I can

Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread saulgoode
Quoting [EMAIL PROTECTED]: I use SF-WHATEVER, I just had a typo in the email. The complete script is my previous email and also attached to this email. I did not realize you were trying to use that script exactly; I thought you used it as an example in writing your own script. That

Re: [Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread Tobias Jakobs
Am Sonntag, den 19.10.2008, 17:17 + schrieb Peter Saffrey: I'm a fairly new GIMP user. Be gentle. I'd like to duplicate the effect described in this Photoshop tutorial: http://pshero.com/archives/text-in-stitches I haven't looked to long into this tutorial, but I just remembered that

Re: [Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread Michael J. Hammel
On Sun, 2008-10-19 at 17:17 +, Peter Saffrey wrote: I'd like to duplicate the effect described in this Photoshop tutorial: http://pshero.com/archives/text-in-stitches I've got as far as adding some text and turning this into a path using Layer-Text to path. I can then do stroke path

[Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread Philippe D.
The biggest problem is to manage the brush orientation. Having a brush with the same image oriented differently in each layer don't really help. Of course you can link the orientation with the a tablet pressure, but it's not practical and don't help for path stroking. For now, as far as I know,

Re: [Gimp-user] script-fu-save-anim-layers

2008-10-19 Thread Kevin Cozens
Alec Burgess wrote: Thanks ... I think :-) found the example and perused the linked PDF (section 4.2.2. Binding constructs) with out much if any understanding. I changed: (define (save-layer orig-image layer name) (let* ( (image) (buffer) ) to: (define

Re: [Gimp-user] Searching GIMP user manual

2008-10-19 Thread Sven Neumann
Hi, On Sun, 2008-10-19 at 12:07 -0700, First Last wrote: I am a new user to GIMP, but haven't for the life of me been able to find a way to search the GIMP user manual or help. There is no search option in the locally installed user manual (yet). But you can use the search entry in the online

Re: [Gimp-user] Searching GIMP user manual

2008-10-19 Thread Sven Neumann
Hi, On Sun, 2008-10-19 at 12:07 -0700, First Last wrote: I am a new user to GIMP, but haven't for the life of me been able to find a way to search the GIMP user manual or help. I am interested to learn why you need to search the user manual at all. We might want to add such a feature, but

Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
If you describe what it is you wish to accomplish, I should be glad to assist in writing a script. For such scripts to be effective, by their very nature they must be customized to match the workflow of the tasks being handled -- once you start making the script flexible enough to

Re: [Gimp-user] Searching GIMP user manual

2008-10-19 Thread Jon Cosby
First Last wrote: I am a new user to GIMP, but haven't for the life of me been able to find a way to search the GIMP user manual or help. I'm expecting to see a box where I can enter a word to search for, but can't see one and can't find an icon to produce one. And since the doc comes up

Re: [Gimp-user] Searching GIMP user manual

2008-10-19 Thread Daniel Hornung
On Sunday 19 October 2008, Sven Neumann wrote: I am a new user to GIMP, but haven't for the life of me been able to find a way to search the GIMP user manual or help. I am interested to learn why you need to search the user manual at all. We might want to add such a feature, but that

Re: [Gimp-user] Text-in-stitches on GIMP

2008-10-19 Thread David Gowers
Hi, On Mon, Oct 20, 2008 at 5:58 AM, Philippe D. [EMAIL PROTECTED] wrote: The biggest problem is to manage the brush orientation. Why? Doesn't it work to link the orientation with 'angle' parameter? David ___ Gimp-user mailing list

Re: [Gimp-user] ftp address for 2.6.1 rpm

2008-10-19 Thread Johan Vromans
Johan Vromans [EMAIL PROTECTED] writes: I seem to get good results by building Gegl 0.18 on Fedora 8, and then install it in Fedora 9. I've made a complete set of RPMs available for Fedora 8 and Fedora 9. DISCLAIMER: They work for me. Your mileage may vary. Fedora 8:

Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread saulgoode
Quoting [EMAIL PROTECTED]: All I need is: I do not work with layers, just with gif pictures. I select part of a gif picture and put it into clipboard, then create a new gif picture. (2-nd menu column: create new picture). So far everything I do manually. Now: I'd like to write that new

Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
You are aware that you can ackknowledge the default settings in these dialogs by pressing the Enter key, aren't you? Yes, thanks. That's what I do; for 100 pictures that is 200 keypresses. I'd like to avoid them altogether. -eleonora -- GMX startet ShortView.de. Hier findest Du Leute mit

[Gimp-user] Changing events

2008-10-19 Thread Johan Vromans
Hi, I have a couple of databases where I entered the date that people were christened instead of date of birth, the latter being unknown. However, The Narrative Web Report seems to use the event Baptism instead of Christening. Is there an easy way to change Christening to Baptism for all

Re: [Gimp-user] Changing events

2008-10-19 Thread Daniel Hornung
On Sunday 19 October 2008, Johan Vromans wrote: Hi, I have a couple of databases where I entered the date that people were christened instead of date of birth, the latter being unknown. However, The Narrative Web Report seems to use the event Baptism instead of Christening. Is there an

Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread eleonora46
#1. Is it possible to have the outputted filename derived from the original image's filename? For example, if you are selecting from an image named somegirl.gif then could the script assume that the output filename should be named somegirl-cutout.gif? No. Picture 2 is derived from the

Re: [Gimp-user] script-fu-save-anim-layers

2008-10-19 Thread Alec Burgess
Alec Burgess wrote: Since we've had all these messages about this ... I thought I'd ask: Shouldn't the so-called fix I made, adding a dummy variable with a value but leaving the remaining two variables (image) and (buffer) uninitialized still have been a syntax error? I was surprised that it

Re: [Gimp-user] export and save as gif dialogs

2008-10-19 Thread saulgoode
Here is the script. I tried to write it so that it would run on GIMP 2.2 (as well as 2.4 and 2.6) but I have only tested it on version 2.6. http://flashingtwelve.brickfilms.com/GIMP/Scripts/fast-gif-save.scm ___ Gimp-user mailing list

Re: [Gimp-user] ftp address for 2.6.1 rpm

2008-10-19 Thread Rick
Anybody have an rpm for Centos 5.2? -- http://yosemitephotos.net/ ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

[Gimp-user] rectangular selection

2008-10-19 Thread presyesc
Hello- When I make a feathered rectangular selection and fill it with color, the edges are fuzzy and bland with background. Is there a way to fill it solidly? -- presyesc ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU

[Gimp-user] rectangular selection

2008-10-19 Thread presyesc
I use version 2.2.17 and what do you mean by choose something else? I am needing a rectangle with curved edges. Thanks On Monday 20 October 2008 07:12:30 presyesc rase: Hello- When I make a feathered rectangular selection and fill it with color, the edges are fuzzy and bland with background.

[Gimp-user] rectangular selection

2008-10-19 Thread presyesc
It helps greatly, thanks for your advice. -Preston Hi, On Mon, Oct 20, 2008 at 3:10 PM, presyesc [EMAIL PROTECTED] wrote: I use version 2.2.17 and what do you mean by choose something else? I am needing a rectangle with curved edges. Thanks Upgrade to 2.4, and use the 'rounded' option.