RSS/Atom feed Twitter
Site is read-only, email is disabled

Batch convert .xcf to .xcfgz

This discussion is connected to the gimp-user-list.gnome.org mailing list which is provided by the GIMP developers and not related to gimpusers.com.

This is a read-only list on gimpusers.com so this discussion thread is read-only, too.

7 of 8 messages available
Toggle history

Please log in to manage your subscriptions.

Batch convert .xcf to .xcfgz D.Jones (aka) Capnhud 04 Feb 18:02
  Batch convert .xcf to .xcfgz GSR - FR 04 Feb 19:28
   Batch convert .xcf to .xcfgz Jeffrey Brent McBeth 04 Feb 19:45
    Batch convert .xcf to .xcfgz GSR - FR 05 Feb 00:01
mailman.1.1233777602.30590.... 07 Oct 20:19
  Batch convert .xcf to .xcfgz D.Jones (aka) Capnhud 05 Feb 02:06
   Batch convert .xcf to .xcfgz David Gowers 05 Feb 04:06
    Batch convert .xcf to .xcfgz Chris Mohler 05 Feb 04:14
D.Jones (aka) Capnhud
2009-02-04 18:02:16 UTC (almost 16 years ago)

Batch convert .xcf to .xcfgz

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
2009-02-04 19:28:06 UTC (almost 16 years ago)

Batch convert .xcf to .xcfgz

Hi,
capnhud@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... no idea if any app does that alone, I just go with simpler g(un)zip for this).

As advice, save and use .xcf.gz instead of .xcfgz so you need no extra steps, gunzip *.xcf.gz will revert the compression, but with .xcfgz you will need some tricks to handle the renaming.

GSR

Jeffrey Brent McBeth
2009-02-04 19:45:13 UTC (almost 16 years ago)

Batch convert .xcf to .xcfgz

On Wed, Feb 04, 2009 at 07:28:06PM +0100, GSR - FR wrote:

Hi,
capnhud@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... no idea if any app does that alone, I just go with simpler g(un)zip for this).

As advice, save and use .xcf.gz instead of .xcfgz so you need no extra steps, gunzip *.xcf.gz will revert the compression, but with .xcfgz you will need some tricks to handle the renaming.

The trick isn't hard once you know it

gzip -S gz *.xcf

(the default suffix is .gz, so we are just removing the .) Jeff

GSR - FR
2009-02-05 00:01:57 UTC (almost 16 years ago)

Batch convert .xcf to .xcfgz

Hi,
mcbeth@broggs.org (2009-02-04 at 1345.13 -0500):

On Wed, Feb 04, 2009 at 07:28:06PM +0100, GSR - FR wrote:

Hi,
capnhud@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... no idea if any app does that alone, I just go with simpler g(un)zip for this).

As advice, save and use .xcf.gz instead of .xcfgz so you need no extra steps, gunzip *.xcf.gz will revert the compression, but with .xcfgz you will need some tricks to handle the renaming.

The trick isn't hard once you know it

gzip -S gz *.xcf

(the default suffix is .gz, so we are just removing the .)

Ahh, good trick to know indeed, that the dot has to be explicitly mentioned as part of the extension.

Well, using .gz (or .bz2 for bzip2 compression) still has more adventages, not only with gzip, but Gimp in general, as you can save .pnm.gz or many other formats that are natively uncompressed and it will load back, but the only supported "without dot" are .xcfgz and .xcfbz2.

GSR

D.Jones (aka) Capnhud
2009-02-05 02:06:51 UTC (almost 16 years ago)

Batch convert .xcf to .xcfgz

Hi,
capnhud@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 separatelly (not tar then gzip... no idea if any
app does that alone, I just go with simpler g(un)zip for this).

As advice, save and use .xcf.gz instead of .xcfgz so you need no extra
steps, gunzip *.xcf.gz will revert the compression, but with .xcfgz
you will need some tricks to handle the renaming.

GSR

Is this possible on windows xp? Becaues what you just said sounded like a foreign language that I have never heard :)

Jeffrey Brent McBeth

The trick isn't hard once you know it

gzip -S gz *.xcf

(the default suffix is .gz, so we are just removing the .) Jeff

I forgot to mention how would you do this on Windows XP. Completely forgot that gimp runs on other OS besides windows.

David Gowers
2009-02-05 04:06:57 UTC (almost 16 years ago)

Batch convert .xcf to .xcfgz

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,

http://gnuwin32.sourceforge.net/packages/gzip.htm

should be usable in a very similar way to the instructions given.

David

Chris Mohler
2009-02-05 04:14:42 UTC (almost 16 years ago)

Batch convert .xcf to .xcfgz

On Thu, Feb 5, 2009 at 9:06 PM, David Gowers 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 :)

This is because of the depravity and poverty of Windows software culture.

:)

Seriously,

http://gnuwin32.sourceforge.net/packages/gzip.htm

should be usable in a very similar way to the instructions given.

And doesn't Cygwin provide gzip also? Not to mention a better shell than stock XP ;)
http://www.cygwin.com/

Chris