Glitched conversion of a photoshop color layer

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
Yanofsky
Posts: 1
Joined: 2016-09-15T09:01:22-07:00
Authentication code: 1151

Glitched conversion of a photoshop color layer

Post by Yanofsky »

I was asked to post this here.

When you convert or mogrify a PSD without flattening, and that PSD has a solid color layer. The output glitches on the solid color layer.

As you can see here https://twitter.com/YAN0/status/776182841856159745

As based off this input file https://www.dropbox.com/s/zyzkh8pbx7cpm ... 0.psd?dl=0

Code: Select all

Version: ImageMagick 6.9.5-9 Q16 x86_64 2016-09-10 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2016 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Features: Cipher DPC Modules
Delegates (built-in): bzlib freetype jng jpeg ltdl lzma png tiff xml zlib
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Glitched conversion of a photoshop color layer

Post by fmw42 »

Your PSD file has an adjustment layer. IM currently cannot handle that. But the developers are currently working to add features to be able to work with adjustment layers.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Glitched conversion of a photoshop color layer

Post by dlemstra »

Thanks for responding to our request Yanofsky. We are currently working on preserving the adjustment layers when you convert from PSD to PSD. Actually applying the information from the adjustment layer will be a lot more work and we are not sure when/if we will add that. Not sure if the invalid output is only caused by the adjustment layer, will take a look at it next week probably.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Glitched conversion of a photoshop color layer

Post by snibgo »

I don't know what an adjustment layer is, but would it be possible to read it and treat it as an ordinary image? Then that image could be used for subsequent processing in IM, to do whatever users want.
snibgo's IM pages: im.snibgo.com
Post Reply