How to produce a grayscale PSD

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
axelrose
Posts: 96
Joined: 2008-12-16T06:01:27-07:00

How to produce a grayscale PSD

Post by axelrose »

I always seem to get RGB PSDs.

Code: Select all

> /usr/local/share/imagemagick/bin/convert -version
Version: ImageMagick 6.5.4-7 2009-08-03 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2009 ImageMagick Studio LLC

> /usr/local/share/imagemagick/bin/convert rose: -colorspace gray psd:rose.psd

 > exiftool rose.psd | grep -i color
Color Mode                      : RGB

User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: How to produce a grayscale PSD

Post by magick »

ImageMagick updates a few EXIF fields (e.g. resolution) however it does update the color mode field. We'll work on a patch in the near future to fix this problem.
Post Reply