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
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

Reply via email to