Questions tagged [xcf]

XCF (eXperimental Computing Facility) is the native image format of the GIMP image-editing program.

XCF (eXperimental Computing Facility) is the native image format of the GIMP image-editing program.

16 questions
9
votes
2 answers

A way to convert PSD format to something Gimp can read

I have a bunch of PSD files (and more to come) and I want to get them into a format I can work with. I have had (some) success reading PSDs with Gimp before but these files won't read properly. Is there a way to convert PSDs to XCF? I have tried…
Matthew
  • 8,183
  • 10
  • 37
  • 65
6
votes
2 answers

Get sublayers from group layer with Python in Gimp

I have an XCD file with a nested layers structure: image front-layer content-layer content-layer-name-1 content-layer-name-2 content-layer-name-3 back-layer I open the file with image =…
tbicr
  • 24,790
  • 12
  • 81
  • 106
4
votes
5 answers

Save as on multiple files at once (GIMP)

I have a series of .xcf images which I want to save as .png. I can open each file and save as .png but since there are a lot of images it would take a fair amount of time. Is there a way to convert all images at once, or another way I have to spent…
user8363
  • 1,299
  • 3
  • 13
  • 17
4
votes
2 answers

Batch convert from XCF version 11

I have a folder of images saved in .xcf format, and I would like to batch convert them to a more convenient format. I've tried a few approaches that haven't worked: I used to do this using IrfanView, but that no longer works because it refuses to…
nhowe
  • 909
  • 6
  • 14
4
votes
1 answer

How to combine several PNG images as layers in a single XCF image?

I have several PNG images, which I need to combine as individual layers in a new GIMP XCF image. I need to perform this task many times, so a script based solution would be best. So far i tried to play around with the batch mode of GIMP, but failed…
Andre
  • 427
  • 4
  • 17
3
votes
1 answer

How can GIMP save older version of xcf file format

GIMP's native file format has evolved during the years. If there is an external tool that is capable to read *.xcf files then it still can happen that the tool cannot read the file, complaining about unknown file format, or something like this: read…
Csongor Halmai
  • 3,239
  • 29
  • 30
2
votes
1 answer

Read Gimp's XCF image file in Java

Is there a Java library that can read XCF image format (GIMP native file format), i.e. into BufferedImage? I know there is a linux script xcf2png or xcf2jpg. Is it possible to read directly from Java?
Radim Burget
  • 1,456
  • 2
  • 20
  • 39
2
votes
1 answer

Gimp save all layers to files with the layers size

I've a .xcf-file with 20+ layers that I use for making a sprite-file. I'd like to save all these layers to separate files with only the content and size of each layer. I found this script for gimp: https://github.com/jiilee/gimp Unfortunately that…
mabs
  • 987
  • 1
  • 10
  • 17
1
vote
1 answer

Batch save all opened files in GIMP .xcf

I have a series of manually edited images and layers in GIMP, each set is in a single tab. All want to save all of them into different .xcf's. I am aware of some scripts to export them as images (like this one), but I want to save them as .xcf, not…
pbruno
  • 147
  • 10
1
vote
0 answers

Gradle Dependency using Make

I decided to give Gradle a shot in my latest project which is featuring graphics I create using gimp. I use git for my project and I refuse to commit exportet .png-graphics in my repository. Instead I want to save gimps .xcf files in order to be…
Prior99
  • 619
  • 5
  • 13
0
votes
1 answer

Library to write gimp's xcf file format

Is there any C/C++ library that I can use to write GIMP xcf files? I want a standalone library that does not depend on the GIMP source (because it is to much work do separate things out from this huge program)?
user877329
  • 6,717
  • 8
  • 46
  • 88
0
votes
1 answer

Converting images to .xcf format

Is it possible to convert an image, or batch of images, to a .xcf or .psd file? Using ImageMagick's convert tool didn't work, but so far my attempts to look at doing this using gimp from the command line have been unsuccessful.
hellocatfood
  • 262
  • 2
  • 13
0
votes
2 answers

Is it possible to access an xcf active memory server with python?

I'm playing around with the XCF active memory server. Is there a python library to access the contents of the active memory server? Related: How to write data to the ActiveMemory Server used in the XCF system?
Janusz
  • 187,060
  • 113
  • 301
  • 369
0
votes
1 answer

How to write data to the ActiveMemory Server used in the XCF system?

If you are using XCF you can write all your data into an Active Memory Server. Other processes can now access all this data. Taking the first steps with XCF, my question now is what steps have to be done to get some example data in the active…
Janusz
  • 187,060
  • 113
  • 301
  • 369
-1
votes
1 answer

Extract text from gimp xcf files

I can't get out from lisp, to pass to bash, in the same script... #!/bin/bash { gimp -n -i -b - <
ChU
  • 1
  • 1
1
2