Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: Converting PSD to PNG - Cannot render the Layer Style in Generated PNG

$
0
0
I hope you all are Fine, Today I'm experiencing a quite confusing problem.
I'm trying to make a simple application which can convert the PSD to Transparent PNG. But I'm not happy with the results I'm getting.

I'm using Magick.NET-Q16-x86.DLL (MagickImage) with C#

Below is my code snippet, Please review:
ImageMagick.MagickImage image = new MagickImage(filePath+"[0]");
image.Density = new Density("300");
image.Format = MagickFormat.Png32;
image.Write(outputFolder + @"\" + Path.GetFileNameWithoutExtension(filePath) + ".png");

And Here is the Image explaining the Problem:
(Left Side is Expected Result and Right Side Image is the one I'm getting )

enter image description here


1: http://i.stack.imgur.com/PjcS5.jpg


So I don't understand whats Happening here. I'd really be thankful if i can get any answer. Thanks a lot for reviewing!

Best,
Maher

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>