[SOLVED] Convert not changing format properly

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
zan-xhipe
Posts: 2
Joined: 2014-05-23T05:44:45-07:00
Authentication code: 6789

[SOLVED] Convert not changing format properly

Post 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
Last edited by zan-xhipe on 2014-05-23T06:47:17-07:00, edited 1 time in total.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: Convert not changing format properly

Post by dlemstra »

Can you upgrade to the latest version of ImageMagick and try again?
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
zan-xhipe
Posts: 2
Joined: 2014-05-23T05:44:45-07:00
Authentication code: 6789

Re: Convert not changing format properly

Post by zan-xhipe »

that works

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