Page 1 of 1
IM7 converting RGB image to GrayScale
Posted: 2016-09-22T12:25:14-07:00
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.
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T12:29:30-07:00
by snibgo
What is the problem?
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T12:35:12-07:00
by pssvarma8881
It is converting RGB image to Grayscale .
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T12:37:42-07:00
by pssvarma8881
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T12:54:15-07:00
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.
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T13:06:41-07:00
by pssvarma8881
Ok Let me Post to them .
Thanks for your response.
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T13:13:32-07:00
by fmw42
Contact dlemstra on this forum. He is the developer working on this.
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T14:05:07-07:00
by pssvarma8881
Is there a specific page to contact that developer or Can i post this to Developer Group ?
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T14:32:47-07:00
by pssvarma8881
@ dlemstra
Can you help on this ?
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T15:00:56-07:00
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.
Re: IM7 converting RGB image to GrayScale
Posted: 2016-09-22T23:06:48-07:00
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.