Re: [Gimp-user] Batch-Resizing Photos, etc.

2004-12-13 Thread David Hodson
Lyle, 1) batch renaming 2) batch file-type conversion 3) batch rotations (righting vertical photos) 4) batch resizing David's Batch Processor is a Gimp plugin which does most of these: http://members.ozemail.com.au/~hodsond/dbp.html Give it a try, and let me know if you have any suggestions. Also

Re: [Gimp-user] Batch-Resizing Photos, etc.

2004-12-13 Thread Sven Neumann
Hi, "Lyle (Hiroshi) Saxon" <[EMAIL PROTECTED]> writes: > 1) batch renaming > 2) batch file-type conversion > 3) batch rotations (righting vertical photos) > 4) batch resizing I posted a script to do batch processing here about a week ago. It showed how to apply unsharp-mask on a bunch of picture

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Geoffrey
Sven Neumann wrote: Hi, "Joao S. O. Bueno Calligaris" <[EMAIL PROTECTED]> writes: Actually, rather than copy/pasting, with both files open it would be much faster to drag and drop layers from one to the other. Just pick the layer thumbnails on the Layers dialog, and drag them to a display of yo

Re: [Gimp-user] Batch-Resizing Photos, etc.

2004-12-13 Thread Alexander R. Pruss
On Mon, 13 Dec 2004, Lyle (Hiroshi) Saxon wrote: > 2) batch file-type conversion > 3) batch rotations (righting vertical photos) > 4) batch resizing This seems easiest done with ImageMagick (www.imagemagick.org). Alex Pruss -- Dr. Alexander R. Pruss || e-mail: [EMAIL PROTECTED] Philosophy Depar

[Gimp-user] Re: [Gimp-developer] Why not allow the name to be configurable?

2004-12-13 Thread Alan Horkan
> Date: Sun, 12 Dec 2004 18:05:46 +0100 > From: Sven Neumann <[EMAIL PROTECTED]> > To: Alan Horkan <[EMAIL PROTECTED]> > Cc: [EMAIL PROTECTED], [EMAIL PROTECTED] > Subject: Re: [Gimp-developer] Why not allow the name to be configurable? > > Hi, > > Alan Horkan <[EMAIL PROTECTED]> writes: > > > I

[Gimp-user] How to save .gif indexed colors as a color palette?

2004-12-13 Thread EXTERN Shakirov Timur (Firma ISS; GS-EC/EMT2)
Hello, How could I save indexed colors of my .gif-image as a color palette for the future use? Thanks in advance, Tim Timur Shakitov Robert Bosch GmbH (iss GmbH) Dept. GS-EC/EMT2 Robert Bosch Str. 2 D-71701 Schwieberdingen Germany

Re: [Gimp-user] How to save .gif indexed colors as a color palette?

2004-12-13 Thread Simon Budig
Shakirov Timur ([EMAIL PROTECTED]) wrote: > How could I save indexed colors of my .gif-image as a color palette > for the future use? Open the GIF image and open the Palette dialog (Dialogs->Palettes). In the list of palettes do a rightclick with the mouse and select "Import" from this menu. In t

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Gert Cuykens
On Mon, 13 Dec 2004 06:41:27 -0500, Geoffrey <[EMAIL PROTECTED]> wrote: > Sven Neumann wrote: > > > > Hi, > > > > "Joao S. O. Bueno Calligaris" <[EMAIL PROTECTED]> writes: > > > > > >>Actually, rather than copy/pasting, with both files open it would be > >>much faster to drag and drop layers from

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Michael Schumacher
Gert Cuykens wrote: already thx when will the gimp 2.2 windows version come out ? When 2.2 comes out, plus the time it takes the maintainer to prepare the installer. BTW, you're still not quoting correctly :) HTH, Michael -- The GIMP > http://www.gimp.org | IRC: irc://irc.gimp.org/gimp W

Re: [Gimp-user] How to save .gif indexed colors as a color palette?

2004-12-13 Thread Michael Schumacher
> Hello, > > How could I save indexed colors of my .gif-image as a color palette for > the future use? Use the "Import" item in the context menu of the palettes dialog. The following dialog offers the palettes of openened indexed images for import. This is available in the 2.2-pre2 at least, don

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Gert Cuykens
i think i just delete the quoting thingy :) ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Michael Schumacher
Gert Cuykens wrote: i think i just delete the quoting thingy :) You're supposed to quote the parts of the message you're referring to, keep the relevant attribution lines ("xyz wrote:") intact, and delete non-relevant parts (for example the signatures or ads added by mailing lists). Everyone el

[Gimp-user] Re: [Gimp-developer] Why not allow the name to be configurable?

2004-12-13 Thread Gezim Hoxha
On Sun, 2004-12-12 at 17:38 -0600, Michael J. Hammel wrote: > The GIMP *is* a silly name and I've always had a problem with it. In > the US (perhaps elsewhere) "gimp" implies "hobbled" or "broken": "His > gimp leg kept him from running the race" or "Her gimp hand prevented her > from reaching the

[Gimp-user] How to switch off anti-aliasing in Rectangular Selection Tool?

2004-12-13 Thread EXTERN Shakirov Timur (Firma ISS; GS-EC/EMT2)
Hello, Is it possible to switch off an anti-aliasing option in Rectangular Selection Tool? There is a check box , but it's always disabled. (I'm using GIMP 2.0.5, W2K) Thanks in advance, Tim. ___ Gimp-user mailing list [EMAIL PROTECTED] http://list

Re: [Gimp-user] How to switch off anti-aliasing in Rectangular Selection Tool?

2004-12-13 Thread Joao S. O. Bueno Calligaris
On Tuesday 14 December 2004 08:42, EXTERN Shakirov Timur (Firma ISS; GS-EC/EMT2) wrote: > Hello, > > Is it possible to switch off an anti-aliasing option in Rectangular > Selection Tool? There is a check box , but it's > always disabled. > > (I'm using GIMP 2.0.5, W2K) No it is not. I suggest yo

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Geoffrey
Gert Cuykens wrote: i would like to import layers from a other xcf. how do i do that ? I'm by no means an expert and there might be a better way to do it, but what I would do is, open the second xcf file then simply copy/paste the layers you want from that xcf to the one you're working on. -- Un

Re: [Gimp-user] Batch-Resizing Photos, etc.

2004-12-13 Thread Geoffrey
Lyle (Hiroshi) Saxon wrote: Greetings from Tokyo! I've been using Linux for all of my text-based tasks for about nine months now, but have kept an off-line W-box running with ACD-See and PS-7 for my photo work. ACD-See (Ver.-4.0) handles most of what I need to do with photos - mainly batch rena

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Joao S. O. Bueno Calligaris
On Monday 13 December 2004 08:44, Geoffrey wrote: > Gert Cuykens wrote: > > i would like to import layers from a other xcf. > > how do i do that ? > > I'm by no means an expert and there might be a better way to do it, > but what I would do is, open the second xcf file then simply > copy/paste the

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Sven Neumann
Hi, "Joao S. O. Bueno Calligaris" <[EMAIL PROTECTED]> writes: > Actually, rather than copy/pasting, with both files open it would be > much faster to drag and drop layers from one to the other. > > Just pick the layer thumbnails on the Layers dialog, and drag them to > a display of your second-

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Geoffrey
Joao S. O. Bueno Calligaris wrote: On Monday 13 December 2004 08:44, Geoffrey wrote: Gert Cuykens wrote: i would like to import layers from a other xcf. how do i do that ? I'm by no means an expert and there might be a better way to do it, but what I would do is, open the second xcf file then simpl

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Geoffrey
Gert Cuykens wrote: why do you use signatures in a mailing list ? it would be alot more quotomtic if everybody leave them out. Getting off topic here, I appreciate Michael's efforts, but it appears Gert is not getting it. -- Until later, Geoffrey ___ Gi

[Gimp-user] paths

2004-12-13 Thread Gert Cuykens
how do you remove the bubbles ? i can add as many bubbles as i want but i cant remove them ___ Gimp-user mailing list [EMAIL PROTECTED] http://lists.xcf.berkeley.edu/mailman/listinfo/gimp-user

Re: [Gimp-user] import layers from other xcf

2004-12-13 Thread Gert Cuykens
On Mon, 13 Dec 2004 23:45:30 +0100, Michael Schumacher <[EMAIL PROTECTED]> wrote: > You're supposed to quote the parts of the message you're referring to, > keep the relevant attribution lines ("xyz wrote:") intact, and delete > non-relevant parts (for example the signatures or ads added by mailin