From: cristy Date: Sat, 6 Nov 2010 15:33:40 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8558 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=952283c6346cadd64c4c90f8c2349852b8fa60ea;p=imagemagick --- diff --git a/coders/psd.c b/coders/psd.c index 7f4ccb682..960628de2 100644 --- a/coders/psd.c +++ b/coders/psd.c @@ -818,7 +818,7 @@ static Image *ReadPSDImage(const ImageInfo *image_info,ExceptionInfo *exception) image->depth=psd_info.depth; image->columns=psd_info.columns; image->rows=psd_info.rows; - if ((image_info->ping != MagickFalse) && + if ((image_info->ping == MagickFalse) && (SetImageBackgroundColor(image) == MagickFalse)) { InheritException(exception,&image->exception); diff --git a/index.html b/index.html index 3fb5f1cf3..6d4785ef1 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,7 @@