From: cristy Date: Sat, 6 Nov 2010 15:54:54 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8556 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6febd79a9d739466b39455456cf1679fd40603c;p=imagemagick --- diff --git a/coders/psd.c b/coders/psd.c index 960628de2..6264641dd 100644 --- a/coders/psd.c +++ b/coders/psd.c @@ -818,8 +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) && - (SetImageBackgroundColor(image) == MagickFalse)) + if (SetImageBackgroundColor(image) == MagickFalse) { InheritException(exception,&image->exception); image=DestroyImageList(image);