Search found 9 matches

by mik0rz
2017-04-06T08:46:05-07:00
Forum: Users
Topic: CMYK PSD to transparent RGB PNG - drop shadow ghosting
Replies: 22
Views: 9620

Re: CMYK PSD to transparent RGB PNG - drop shadow ghosting

Windows Server 2008 R2.. installed the 32-bit binary for Windows -- ImageMagick Version 7.0.5-0 Q8 (32-bit)

I also installed the very latest version of IM and tried it with no success.
by mik0rz
2017-04-05T14:43:00-07:00
Forum: Users
Topic: CMYK PSD to transparent RGB PNG - drop shadow ghosting
Replies: 22
Views: 9620

Re: CMYK PSD to transparent RGB PNG - drop shadow ghosting

i have 1.6.26, but i cant figure out for the life of me how to upgrade it
by mik0rz
2017-04-05T12:48:48-07:00
Forum: Users
Topic: CMYK PSD to transparent RGB PNG - drop shadow ghosting
Replies: 22
Views: 9620

Re: CMYK PSD to transparent RGB PNG - drop shadow ghosting

Hmmm .. yours looks good ... i don't know why mine has the little white-ish keyline .. i used your code exactly
by mik0rz
2017-04-03T14:14:39-07:00
Forum: Users
Topic: CMYK PSD to transparent RGB PNG - drop shadow ghosting
Replies: 22
Views: 9620

Re: CMYK PSD to transparent RGB PNG - drop shadow ghosting

Post one of those example psd image that have this issue. It might be solved by antialiasing or modifying the transparency layer Sure ... here's one .. you'll notice a thin 1px border around the top using the last solution .. i tried playing with it, but couldn't get rid of it. It's visible for me ...
by mik0rz
2017-04-03T07:28:07-07:00
Forum: Users
Topic: CMYK PSD to transparent RGB PNG - drop shadow ghosting
Replies: 22
Views: 9620

Re: CMYK PSD to transparent RGB PNG - drop shadow ghosting

I think this might do it. I noticed that there are 3 layer. The first layer [0] seems to be the flattened layer, but does not have the correct shadow. So we reconstruct the image from the second and third layers, which are smaller than the first layer. So we need to copy the first layer and make it ...
by mik0rz
2017-03-31T12:12:22-07:00
Forum: Users
Topic: CMYK PSD to transparent RGB PNG - drop shadow ghosting
Replies: 22
Views: 9620

Re: CMYK PSD to transparent RGB PNG - drop shadow ghosting

It would be awesome if someone else could give it a whirl and see what happens ..

Here's the input PSD - http://s000.tinyupload.com/index.php?fi ... 5784777482
by mik0rz
2017-03-31T11:22:53-07:00
Forum: Users
Topic: CMYK PSD to transparent RGB PNG - drop shadow ghosting
Replies: 22
Views: 9620

Re: CMYK PSD to transparent RGB PNG - drop shadow ghosting

try adding -define psd:alpha-unblend=off before reading the psd file in your command. See http://www.imagemagick.org/script/command-line-options.php#define Yep. Did that already. Like: convert -define psd:alpha-unblend=off INPUT.psd -profile GRACoL2006_Coated1v2.icc -profile sRGB-IEC61966-2.1.icc ...
by mik0rz
2017-03-31T08:16:00-07:00
Forum: Users
Topic: CMYK PSD to transparent RGB PNG - drop shadow ghosting
Replies: 22
Views: 9620

Re: CMYK PSD to transparent RGB PNG - drop shadow ghosting

ImageMagick Version 7.0.5-0 Q8 (32-bit) on Windows Server
by mik0rz
2017-03-31T07:29:53-07:00
Forum: Users
Topic: CMYK PSD to transparent RGB PNG - drop shadow ghosting
Replies: 22
Views: 9620

CMYK PSD to transparent RGB PNG - drop shadow ghosting

Goal: Convert the attached CMYK PSD to RGB PNG preserving the transparency Problem: The command I'm running converts the image, but the drop shadow has a white glow in it (so if you place the resulting PNG on a solid background the shadow is not correct). I can convert in photoshop with no issue ...