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).