]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Sat, 6 Nov 2010 15:54:54 +0000 (15:54 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Sat, 6 Nov 2010 15:54:54 +0000 (15:54 +0000)
coders/psd.c

index 960628de25ef8c75f23bd592dd79574c7af27292..6264641dda642eab159912cf322f510758de0c80 100644 (file)
@@ -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);