[SOLVED] Convert not changing format properly
Posted: 2014-05-23T06:03:26-07:00
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
I'm trying to use a tool that relies on the format being exact, and this is causing it to fail
Mac OS X 10.9.3
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
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