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?

Helpful suggestions/options will be upvoted.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

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

link|improve this answer
So PhotoShop can export to layered TIFF? I'm not super familiar working with it. FYI for anyone interested, IrfanView will not preserve layers saving PSD as TIFF. – Matthew Nov 13 '11 at 18:58
@Matt Photoshop can work and save layered TIFFs without any problem... for PSD saving there is even a "compatibility mode" when saving (although some newer PSD features witll get "kicked"). – Yahia Nov 13 '11 at 19:00
@Matt please don't forget to upvote/mark as accepted any answer that was of help (see meta.stackoverflow.com/questions/5234/…). – Yahia Nov 13 '11 at 19:24
I was planning on it but I still don't have a way to convert my PSDs into something Gimp can read and still preserve the layers. – Matthew Nov 13 '11 at 19:29
@Matt I added a tutorial link for Photoshop - that should get you started on using the layered TIFF saving in Photoshop. – Yahia Nov 13 '11 at 19:30
show 2 more comments
feedback

Please check this out for converting images and PSD files into different formats

Aspose.Imaging for .NET is an image processing & manipulation component that allows developers to create, edit, draw or convert images in their .NET application. It allows developers to convert image files to PSD, BMP, JPEG, PNG, TIFF and GIF formats. Moreover a set of pens, brushes and fonts can be used to draw images or add new elements & text to existing images. Aspose.Imaging for .NET works well with both web & windows applications. Moreover, it adds the support for Silverlight platform.

link|improve this answer
Will this preserve layers? – Matthew Nov 15 '11 at 22:00
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.