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

batch convert

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.

6 of 6 messages available
Toggle history

Please log in to manage your subscriptions.

batch convert Adly Mabro 08 Apr 04:45
  batch convert Patrick Shanahan 08 Apr 05:54
   batch convert Stephan Hegel 08 Apr 06:31
    batch convert Carol Spears 08 Apr 06:54
    batch convert Geoffrey 08 Apr 10:26
batch convert saulgoode@brickfilms.com 11 Apr 02:41
Adly Mabro
2006-04-08 04:45:54 UTC (about 18 years ago)

batch convert

Does anyone know how I can convert a batch of .xcf files to .jpg? Thanks,
Adly

Patrick Shanahan
2006-04-08 05:54:56 UTC (about 18 years ago)

batch convert

* Adly Mabro [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.

Stephan Hegel
2006-04-08 06:31:19 UTC (about 18 years ago)

batch convert

Does ImageMagick support the xcf file format ?

Patrick Shanahan wrote:

* Adly Mabro [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.

Carol Spears
2006-04-08 06:54:17 UTC (about 18 years ago)

batch convert

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 somewhere in http://carol.gimp.org/gimp/scripting/

don't let complaints from the script-fu server annoy or concern you if you find and use that script from the commandline.

carol

Geoffrey
2006-04-08 10:26:35 UTC (about 18 years ago)

batch convert

Stephan Hegel wrote:

Does ImageMagick support the xcf file format ?

Yes, it does.

Patrick Shanahan wrote:

* Adly Mabro [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.

_______________________________________________ Gimp-user mailing list
Gimp-user@lists.XCF.Berkeley.EDU
https://lists.XCF.Berkeley.EDU/mailman/listinfo/gimp-user

saulgoode@brickfilms.com
2006-04-11 02:41:23 UTC (about 18 years ago)

batch convert

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-Viewer-2399-1.html#15851