ImageMagickNET, layered PSD to PNG

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
Stockwell
Posts: 1
Joined: 2011-01-10T15:06:19-07:00
Authentication code: 8675308

ImageMagickNET, layered PSD to PNG

Post by Stockwell »

Hi,
I'm working with C# and I need to manipulate some .psd files with layers. I need to turn every layer into a .png file, named with the layer's label, and also to get the offset and dimension of each layer. The psd file has a background layer and indeterminate number of other layers with smaller objects on it.


I'm using ImageMagickNet to create the ImageMagickNet.dll to use on my project. What other includes do I have to add on my project in order to avoid having to install imagemagick in every pc i want to run the project in?

Is there a way to obtain that info from the imagemagicknet (Columns and Rows give the dimension, but i can't find any for the name nor the offset).
Post Reply