PSD to JPG convertion is noisy

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
abdelhadi
Posts: 1
Joined: 2018-12-12T13:19:38-07:00
Authentication code: 1152

PSD to JPG convertion is noisy

Post by abdelhadi »

I tried to convert a PSD file to JPG using the last Imagick version, however I got a completely different version with much added noise to the image. Here's the PSD. I tried searching the forum for similar issues and tried different commands also. But none of that worked unfortunately.
https://media-dev.filestage.io/8fdc9322 ... 2YKIGRQPJA
the result is this Image

Any idea what could the issue be? Thank you.
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: PSD to JPG convertion is noisy

Post by fmw42 »

What is your version of ImageMagick and platform/OS and your exact command line?

The following command works fine for me on IM 6.9.10.16 Q16 Mac OSX.

Code: Select all

convert image.psd[0] image.jpg

_________________________

Please, always provide your IM version and platform when asking questions, since syntax may differ.

Also provide your exact command line and your images, if possible.

See the top-most post in this forum "IMPORTANT: Please Read This FIRST Before Posting" at http://www.imagemagick.org/discourse-se ... f=1&t=9620

If using Imagemagick 7, then see http://imagemagick.org/script/porting.php#cli


For novices, see

http://www.imagemagick.org/discourse-se ... f=1&t=9620
http://www.imagemagick.org/script/comma ... essing.php
http://www.imagemagick.org/Usage/reference.html
http://www.imagemagick.org/Usage/
https://github.com/ImageMagick/usage-markdown
https://imagemagick.org/script/porting.php#cli
Post Reply