Page 1 of 1

[SOLVED] Convert not changing format properly

Posted: 2014-05-23T06:03:26-07:00
by zan-xhipe
when I convert an image from psd to png identify still sees its format as psd
The image looks fine and other tools see it as a png

Code: Select all

convert source.psd[0] destination.png
identify destination.png
destination.png PSD 1024x1024 1024x1024+0+0 8-bit sRGB 612KB 0.000u 0:00.000
I'm trying to use a tool that relies on the format being exact, and this is causing it to fail

Code: Select all

convert --version
Version: ImageMagick 6.8.7-7 Q16 x86_64 2013-11-27 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2014 ImageMagick Studio LLC
Features: DPC Modules
Delegates: bzlib freetype jng jpeg ltdl png xml zlib
Mac OS X 10.9.3

Re: Convert not changing format properly

Posted: 2014-05-23T06:22:58-07:00
by dlemstra
Can you upgrade to the latest version of ImageMagick and try again?

Re: Convert not changing format properly

Posted: 2014-05-23T06:46:15-07:00
by zan-xhipe
that works

:oops: that was silly of me, sorry for the noise