xcf

A way to convert PSD format to something Gimp can read

徘徊边缘 提交于 2020-01-02 04:46:07
问题 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 IrfanView which displays the PSDs alright but no conversion to Gimp's XCF. I read a (accepted) post on Yahoo Answers that says PNGs can support layers. Is this true? If so, how can I do this? 回答1: PNG is a bad choice as it won't support much of the

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

坚强是说给别人听的谎言 提交于 2019-12-25 04:42:38
问题 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 memory? 回答1: To get a short answer to this question to give some pointers for the active memory stuff: First you have to create a working xcf Environment. This is mainly configuring your dispatcher. Then you have to run an active memory server. You can

Save as on multiple files at once (GIMP)

我是研究僧i 提交于 2019-12-09 19:25:48
问题 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 less time on this job? Thank you in advance. 回答1: I'd use the Python console inside GIMP for that - if you happen to be in Windows, take a look on how to install the Python extension for GIMP 2.6 (on Linux it either comes isntalled or is a matter

A way to convert PSD format to something Gimp can read

若如初见. 提交于 2019-12-05 10:37:44
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 IrfanView which displays the PSDs alright but no conversion to Gimp's XCF. I read a (accepted) post on Yahoo Answers that says PNGs can support layers. Is this true? If so, how can I do this? PNG is a bad choice as it won't support much of the PSD features... XCF is also a bad idea since even the GIMP developers don't recommend it since it is built

Save as on multiple files at once (GIMP)

試著忘記壹切 提交于 2019-12-04 12:32:40
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 less time on this job? Thank you in advance. I'd use the Python console inside GIMP for that - if you happen to be in Windows, take a look on how to install the Python extension for GIMP 2.6 (on Linux it either comes isntalled or is a matter of installing the gimp-python package, probably the same on Mac OS) From within GIMP's Python console you