The xcf tag has no wiki summary.
1
vote
2answers
103 views
I'm looking for 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 ...
0
votes
1answer
13 views
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 ...
0
votes
2answers
313 views
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 ...
0
votes
2answers
26 views
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 ...
0
votes
1answer
17 views
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 ...