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 PSD features... XCF is also a bad idea since even the GIMP developers don't recommend it since it is built around the internal data structures of GIMP (which can and do change from version to version).

Lots of features (but by far NOT ALL) of PSD can be converted to TIFF which for example supports layers and some other things.

But to do such a conversion properly you will need Photoshop... it can work with and handle and save layered TIFFs without any problem... PSD has "evolved" from version to verion and has become rather complicated - it can even contain vector data etc.

For a Photoshop tutorial see http://www.adobe.com/support/photoshop/gettingstarted/index.html



来源:https://stackoverflow.com/questions/8113758/a-way-to-convert-psd-format-to-something-gimp-can-read

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!