IM7 converting RGB image to GrayScale

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
pssvarma8881
Posts: 45
Joined: 2016-09-18T15:42:46-07:00
Authentication code: 1151

IM7 converting RGB image to GrayScale

Post by pssvarma8881 »

Hi everyone,

We are trying to convert a PSD file to JPG using below IM Version

Version: ImageMagick 7.0.3-1 Q16 x64 2016-09-20 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2015 ImageMagick Studio LLC
License: http://www.imagemagick.org/script/license.php
Visual C++: 180040629
Features: Cipher DPC Modules OpenMP
Delegates (built-in): bzlib cairo flif freetype jng jp2 jpeg lcms lqr openexr pa
ngocairo png ps rsvg tiff webp xml zlib


Example command :

magick -verbose FPDRF72HI4.psd -resample 72 -resize 500 -flatten -profile "sRGB Profile.icc" FPDRF72HI4.jpg

Let me know if anyone has any solution for the above.
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: IM7 converting RGB image to GrayScale

Post by snibgo »

What is the problem?
snibgo's IM pages: im.snibgo.com
pssvarma8881
Posts: 45
Joined: 2016-09-18T15:42:46-07:00
Authentication code: 1151

Re: IM7 converting RGB image to GrayScale

Post by pssvarma8881 »

It is converting RGB image to Grayscale .
pssvarma8881
Posts: 45
Joined: 2016-09-18T15:42:46-07:00
Authentication code: 1151

Re: IM7 converting RGB image to GrayScale

Post by pssvarma8881 »

you can find the image at below link

https://1drv.ms/u/s!AuiGMeVn7efEc2w3AwiWeIu1lYU
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: IM7 converting RGB image to GrayScale

Post by fmw42 »

Your PSD file has many adjustment layers. IM cannot fully handle adjustment layers currently, though that is being worked on. One of the IM developers will need to respond to you about what is being implemented.
pssvarma8881
Posts: 45
Joined: 2016-09-18T15:42:46-07:00
Authentication code: 1151

Re: IM7 converting RGB image to GrayScale

Post by pssvarma8881 »

Ok Let me Post to them .

Thanks for your response.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: IM7 converting RGB image to GrayScale

Post by fmw42 »

Contact dlemstra on this forum. He is the developer working on this.
pssvarma8881
Posts: 45
Joined: 2016-09-18T15:42:46-07:00
Authentication code: 1151

Re: IM7 converting RGB image to GrayScale

Post by pssvarma8881 »

Is there a specific page to contact that developer or Can i post this to Developer Group ?
pssvarma8881
Posts: 45
Joined: 2016-09-18T15:42:46-07:00
Authentication code: 1151

Re: IM7 converting RGB image to GrayScale

Post by pssvarma8881 »

@ dlemstra

Can you help on this ?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: IM7 converting RGB image to GrayScale

Post by fmw42 »

send Private Mail on this forum to dlemstra if you want further information and he has not responded here, yet. He should find this and respond when he gets time.
User avatar
dlemstra
Posts: 1570
Joined: 2013-05-04T15:28:54-07:00
Authentication code: 6789
Contact:

Re: IM7 converting RGB image to GrayScale

Post by dlemstra »

We only support reading and writing the additional layer information from and to a PSD file. We might add support for applying information from the additional layers at some point but I would not wait for it. If you want to convert a PSD file to JPEG you might be able to use the build-in "merged image" that contains the flattened layers. You will need to specify the image like FPDRF72HI4.psd[0] to read that image.
.NET + ImageMagick = Magick.NET https://github.com/dlemstra/Magick.NET, @MagickNET, Donate
Post Reply