[Gimp-user] Batch convert .xcf to .xcfgz

2009-02-04 Thread D.Jones (aka) Capnhud
I have a large amout of .xcf that I would like to batch convert to .xcfgz is there an application that can do this? ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Re: [Gimp-user] Batch convert .xcf to .xcfgz

2009-02-04 Thread Jeffrey Brent McBeth
On Wed, Feb 04, 2009 at 07:28:06PM +0100, GSR - FR wrote: Hi, capn...@yahoo.com (2009-02-04 at 0902.16 -0800): I have a large amout of .xcf that I would like to batch convert to .xcfgz is there an application that can do this? Just run gzip *.xcf in a shell. Or look for a compression app

Re: [Gimp-user] Batch convert .xcf to .xcfgz

2009-02-04 Thread GSR - FR
Hi, mcb...@broggs.org (2009-02-04 at 1345.13 -0500): On Wed, Feb 04, 2009 at 07:28:06PM +0100, GSR - FR wrote: Hi, capn...@yahoo.com (2009-02-04 at 0902.16 -0800): I have a large amout of .xcf that I would like to batch convert to .xcfgz is there an application that can do this?

Re: [Gimp-user] Batch convert .xcf to .xcfgz

2009-02-04 Thread D.Jones (aka) Capnhud
Hi, capn...@yahoo.com (2009-02-04 at 0902.16 -0800): I have a large amout of .xcf that I would like to batch convert to .xcfgz is there an application that can do this? GSR - FR wrote Just run gzip *.xcf in a shell. Or look for a compression app that can gzip multiple files

Re: [Gimp-user] Batch convert .xcf to .xcfgz

2009-02-04 Thread David Gowers
Hi! On Thu, Feb 5, 2009 at 11:36 AM, D.Jones (aka) Capnhud capn...@yahoo.com wrote: GSR Is this possible on windows xp? Becaues what you just said sounded like a foreign language that I have never heard :) This is because of the depravity and poverty of Windows software culture. :)

Re: [Gimp-user] Batch convert .xcf to .xcfgz

2009-02-04 Thread Chris Mohler
On Thu, Feb 5, 2009 at 9:06 PM, David Gowers 00a...@gmail.com wrote: Hi! On Thu, Feb 5, 2009 at 11:36 AM, D.Jones (aka) Capnhud capn...@yahoo.com wrote: GSR Is this possible on windows xp? Becaues what you just said sounded like a foreign language that I have never heard :) This is

[Gimp-user] batch convert

2006-04-10 Thread saulgoode
If you wish to use the GIMP to perform your task, I describe how to do it in the following post on GIMPtalk. You will have to change the output extension from .png to .jpg though. Feel free to contact me if you experience any difficulty.

Re: [Gimp-user] batch convert

2006-04-08 Thread Geoffrey
Stephan Hegel wrote: Does ImageMagick support the xcf file format ? Yes, it does. Patrick Shanahan wrote: * Adly Mabro [EMAIL PROTECTED] [04-07-06 22:48]: Does anyone know how I can convert a batch of .xcf files to .jpg? Use ImageMagick, put all in one directory and: for i in *.xcf;

[Gimp-user] batch convert

2006-04-07 Thread Adly Mabro
Does anyone know how I can convert a batch of .xcf files to .jpg? Thanks, Adly ___ Gimp-user mailing list Gimp-user@lists.XCF.Berkeley.EDU https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

Re: [Gimp-user] batch convert

2006-04-07 Thread Patrick Shanahan
* Adly Mabro [EMAIL PROTECTED] [04-07-06 22:48]: Does anyone know how I can convert a batch of .xcf files to .jpg? Use ImageMagick, put all in one directory and: for i in *.xcf; do convert $i `basename $i jpg`; done those are backtics before basename and after jpg. -- Patrick Shanahan

Re: [Gimp-user] batch convert

2006-04-07 Thread Stephan Hegel
Does ImageMagick support the xcf file format ? Patrick Shanahan wrote: * Adly Mabro [EMAIL PROTECTED] [04-07-06 22:48]: Does anyone know how I can convert a batch of .xcf files to .jpg? Use ImageMagick, put all in one directory and: for i in *.xcf; do convert $i `basename $i jpg`; done

Re: [Gimp-user] batch convert

2006-04-07 Thread Carol Spears
On Sat, Apr 08, 2006 at 06:31:19AM +0200, Stephan Hegel wrote: Does ImageMagick support the xcf file format ? last i knew it could read them and convert from them but not make them. gimp can do this. it is somewhere on my website, i think the page is very broken right now, but it should be