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

2008-10-20 Thread eleonora46
nsidered gimp reinstalling/update as a big deal. Am I wrong? > I use debian linux. > > Thanks, eleonora > Original-Nachricht > > Datum: Mon, 20 Oct 2008 05:44:05 -0400 > > Von: [EMAIL PROTECTED] > > An: [EMAIL PROTECTED] > > CC: gimp-user@list

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

2008-10-20 Thread eleonora46
. Thanks, eleonora Original-Nachricht > Datum: Mon, 20 Oct 2008 05:44:05 -0400 > Von: [EMAIL PROTECTED] > An: [EMAIL PROTECTED] > CC: gimp-user@lists.XCF.Berkeley.EDU > Betreff: Re: [Gimp-user] export and save as gif dialogs > Quoting [EMAIL PROTECTED]: > > >

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

2008-10-20 Thread saulgoode
Quoting [EMAIL PROTECTED]: > When I try to save a file, I get following error message (2 messages > on one window): > 1. there are not enough layers marked as 'Visible' to do the > function 'join visible layers'. There must be at least 2 layers. > ... > I hope, you know how to fix this, In

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

2008-10-20 Thread eleonora46
Saul, Thanks! When I try to save a file, I get following error message (2 messages on one window): 1. there are not enough layers marked as 'Visible' to do the function 'join visible layers'. There must be at least 2 layers. 2. script-fu error when executing sg-fast-save 3.6 /tmp/Untitled.gif

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 Gimp-user@lists.

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 fro

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

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 tha

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

2008-10-19 Thread Sven Neumann
Hi, On Sun, 2008-10-19 at 22:29 +0200, [EMAIL PROTECTED] wrote: > and at each time after ctrl-s standard gimp asks 2 stupid questions I answer > with yes, and that takes a lot of in fact for me useless mouseclicks. You are aware that you can ackknowledge the default settings in these dialogs by

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] 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 scr

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

2008-10-19 Thread Sven Neumann
Hi, On Sun, 2008-10-19 at 18:45 +0200, [EMAIL PROTECTED] wrote: > I test by copying the script into /home/en/.gimp-2.2/scripts, > and then do a refresh from gimp/Xtns menu. Does this mean that you are using GIMP 2.2? This is long outdated. In the meantime the Script-Fu interpreter has been comp

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 /usr/share/gimp/2.0/script

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 fragm

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

2008-10-19 Thread Sven Neumann
Hi, On Sun, 2008-10-19 at 09:26 +0200, [EMAIL PROTECTED] wrote: > With SF_STRING or SF_FILENAME the error remains the same. > Error: unbound variable (errobj /tmp/x.gif) How do you run the script? Sven ___ Gimp-user mailing list Gimp-user@lists.XC

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

2008-10-19 Thread eleonora46
s.XCF.Berkeley.EDU > Betreff: Re: [Gimp-user] export and save as gif dialogs > Hi, > > On Sat, 2008-10-18 at 23:49 +0200, [EMAIL PROTECTED] wrote: > > > SF-VALUE "File Name" "/tmp/x.gif" > > ) > >

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

2008-10-18 Thread Sven Neumann
Hi, On Sat, 2008-10-18 at 23:49 +0200, [EMAIL PROTECTED] wrote: > SF-VALUE "File Name" "/tmp/x.gif" > ) > > (In the script file-gif-save is commented out, > it fails at refresh, if not commented out) > > However when I run this scri

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

2008-10-18 Thread eleonora46
Hi, I try to write a gimp-fu script to save the current image as a gif. I found a sample script on the web that seems to fit: (define (script-fu-glogo-simple2 srcimg dummy filename) (let* ( (im

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

2008-10-17 Thread Sven Neumann
Hi, On Thu, 2008-10-16 at 12:27 +0200, ge wrote: > It seems to be not possible to write such a script. > Why? > > I use debian. I do not have gimptool installed, which is part of > libgimp2.0-dev, which is not installed on my system. You don't need gimptool and you don't need the development pa

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

2008-10-16 Thread ge
Thanks, Simon. I'll try to replace gimptool by some self written script. THanks, eleonora ge ([EMAIL PROTECTED]) wrote: > I asked synaptic, to install it; synaptic says, at least 40 packages > had to be deinstalled and reinstalled for this, including > kdelibs4-dev and kde-sdk. Ok, that seems

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

2008-10-16 Thread Simon Budig
ge ([EMAIL PROTECTED]) wrote: > I asked synaptic, to install it; synaptic says, at least 40 packages > had to be deinstalled and reinstalled for this, including > kdelibs4-dev and kde-sdk. Ok, that seems a bit messed up - installing libgimp-dev should be painless, but maybe there are some odd vers

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

2008-10-16 Thread ge
It seems to be not possible to write such a script. Why? I use debian. I do not have gimptool installed, which is part of libgimp2.0-dev, which is not installed on my system. According to documentation gimptool is required for adding gimp scripts. I asked synaptic, to install it; synaptic says,

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

2008-10-14 Thread ge
Sven, Thanks for the tip. I'll try to write such a script; I have absolutely no experience with that, but hopefully I'll be able to write that. THanks, eleonora Hi, On Tue, 2008-10-14 at 07:54 +0200, ge wrote: > 1. select image part using rectangle, ctrl c for put into clipboard > 2. insert as

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

2008-10-13 Thread Sven Neumann
Hi, On Tue, 2008-10-14 at 07:54 +0200, ge wrote: > 1. select image part using rectangle, ctrl c for put into clipboard > 2. insert as new picture (menu, second from left) > 3. ctrl-s (save as gif, enter name: name.gif ) > 4. answer export with yes > 5. answer save as gif with yes. Why don't you

[Gimp-user] export and save as gif dialogs

2008-10-13 Thread ge
Hi, I have to save parts of images. I do: 1. select image part using rectangle, ctrl c for put into clipboard 2. insert as new picture (menu, second from left) 3. ctrl-s (save as gif, enter name: name.gif ) 4. answer export with yes 5. answer save as gif with yes. Since I have to save hundreds