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
> wrote:
>>
>>> GSR
>>>
>>
>>
>> Is this possible on windows xp? Becaues what you just said sounded like a
>> foreign language that I have never heard :)
>>
>
> T
Hi!
On Thu, Feb 5, 2009 at 11:36 AM, D.Jones (aka) Capnhud
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.
:)
Seriously,
> 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
Just run gzip *.xcf in a shell. Or look for a compression
> app that can
> gzip multiple files se
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 th
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 compress
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 that can
gzip multiple files separatelly (not tar then gzip...
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
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.
http://www.gimptalk.com/forum/topic/Gimp-Xcf-Image-Viewe
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;
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 s
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
* 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
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
13 matches
Mail list logo