Cannot convert 32 bit floating point tif to 32 bit psd file
Posted: 2010-05-03T18:01:27-07:00
I'm trying to convert a 32 bit floating point tif file to a 32 bit psd file using convert from ImageMagic 6.6.1-5: The executable is a Q32 build:
> ~/ImageMagick/bin/convert -version
Version: ImageMagick 6.6.1-5 2010-04-30 Q32 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: HDRI
Here's the command line I executed:
~/ImageMagick/bin/convert testfile.tif -depth 32 testfile.psd
After the conversion, I open testfile.psd in PhotoShop and it indicates it's a 16 bit file. The identify program also indicates 16 bit:
> ~/ImageMagick/bin/identify testfile.psd
testfile.psd PSD 4096x4096 4096x4096+0+0 16-bit PseudoClass 256c 33.55MB 0.030u 0:00.030
Is it possible to get a 32 bit psd file out of convert? If so, what am I doing wrong?
Thanks!
> ~/ImageMagick/bin/convert -version
Version: ImageMagick 6.6.1-5 2010-04-30 Q32 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2010 ImageMagick Studio LLC
Features: HDRI
Here's the command line I executed:
~/ImageMagick/bin/convert testfile.tif -depth 32 testfile.psd
After the conversion, I open testfile.psd in PhotoShop and it indicates it's a 16 bit file. The identify program also indicates 16 bit:
> ~/ImageMagick/bin/identify testfile.psd
testfile.psd PSD 4096x4096 4096x4096+0+0 16-bit PseudoClass 256c 33.55MB 0.030u 0:00.030
Is it possible to get a 32 bit psd file out of convert? If so, what am I doing wrong?
Thanks!