Converting PSD files

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
martinw17
Posts: 39
Joined: 2006-09-07T02:10:27-07:00
Location: Brighton, UK

Converting PSD files

Post by martinw17 »

Hi,

I am trying to convert this file:
http://www.bright-interactive.com/downloads/logo.psd

into a JPEG, using the following command:
convert logo.psd test.jpg

I am using ImageMagick 6.3.0 on Windows XP.

The problem is that the colours in the resulting JPEG are completely wrong.

I understand from various posts that ImageMagick's support for PSD files is not complete (because of the need for proprietary code).
Is this the problem here?

Many thanks for any help.
Martin
Post Reply