Page 1 of 1

Glitched conversion of a photoshop color layer

Posted: 2016-09-15T09:18:25-07:00
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

Re: Glitched conversion of a photoshop color layer

Posted: 2016-09-15T10:00:49-07:00
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.

Re: Glitched conversion of a photoshop color layer

Posted: 2016-09-15T11:56:04-07:00
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.

Re: Glitched conversion of a photoshop color layer

Posted: 2016-09-15T12:02:12-07:00
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.