What graphics format can I use for layers?

I need to be able to take multiple images and save them to a file, which can then be read by a graphics program like Photoshop or Illustrator and edited. I need to be able to do this in a C # / environment. Net. It looks like PDF has the ability to do layers, but I'm not sure if any of the free components like PDFSharp will support layers. It would have been nice to write directly to a Photoshop (PSD) file, but I haven't found anything that could do it. Any other suggestions? Thanks.

0


a source to share


2 answers


There was a question about reading PSD here , the answer there was to use the open source Paint.NET plugin for PSD



0


a source


ImageMagick Should be helpful for what you are going to do.

PSD is a Photoshop format and supports layers XCF also supports layers and is designed for GIMP



I know Fireworks uses PNG with layers, but I know that many other editors do not support it.

0


a source







All Articles