IM7 converting RGB image to GrayScale
-
- Posts: 45
- Joined: 2016-09-18T15:42:46-07:00
- Authentication code: 1151
IM7 converting RGB image to GrayScale
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.
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.
-
- Posts: 45
- Joined: 2016-09-18T15:42:46-07:00
- Authentication code: 1151
Re: IM7 converting RGB image to GrayScale
It is converting RGB image to Grayscale .
-
- Posts: 45
- Joined: 2016-09-18T15:42:46-07:00
- Authentication code: 1151
- 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
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.
-
- Posts: 45
- Joined: 2016-09-18T15:42:46-07:00
- Authentication code: 1151
Re: IM7 converting RGB image to GrayScale
Ok Let me Post to them .
Thanks for your response.
Thanks for your response.
- 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
Contact dlemstra on this forum. He is the developer working on this.
-
- Posts: 45
- Joined: 2016-09-18T15:42:46-07:00
- Authentication code: 1151
Re: IM7 converting RGB image to GrayScale
Is there a specific page to contact that developer or Can i post this to Developer Group ?
-
- Posts: 45
- Joined: 2016-09-18T15:42:46-07:00
- Authentication code: 1151
Re: IM7 converting RGB image to GrayScale
@ dlemstra
Can you help on this ?
Can you help on this ?
- 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
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
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.