Convert psd "maximum channels exceeded"
Posted: 2018-10-02T01:57:30-07:00
I'm trying to convert a psd to a tiff with this command:
And I'm getting this error:
convert --version ouputs this:
The psd is saved with Photoshop CC2018 and the file works great to convert if I save it as a tif.
You can download the psd here:
http://transfer.turbin.se/d.php?f=90506_35_7681.zip
Please let me know if you have any ideas!
Code: Select all
convert -flatten 90506-35_7681.psd 90506-35_7681.tif
Code: Select all
convert: maximum channels exceeded `90506-35_7681.psd' @ error/psd.c/ReadPSDLayersInternal/1706.
convert: no images defined `90506-35_7681.tif' @ error/convert.c/ConvertImageCommand/3288.
Code: Select all
Version: ImageMagick 7.0.8-11 Q16 x86_64 2018-09-14 https://www.imagemagick.org
Copyright: © 1999-2018 ImageMagick Studio LLC
License: https://www.imagemagick.org/script/license.php
Features: Cipher DPC HDRI OpenMP
Delegates (built-in): bzlib djvu fftw fontconfig freetype jbig jng jpeg lcms lqr lzma openexr pangocairo png tiff wmf x xml zlib
You can download the psd here:
http://transfer.turbin.se/d.php?f=90506_35_7681.zip
Please let me know if you have any ideas!