2013-05-23 09:58:16 +00:00
|
|
|
Index: ImageMagick-6.8.5-7/coders/xpm.c
|
|
|
|
===================================================================
|
|
|
|
--- ImageMagick-6.8.5-7.orig/coders/xpm.c
|
|
|
|
+++ ImageMagick-6.8.5-7/coders/xpm.c
|
2014-02-26 20:41:49 +00:00
|
|
|
@@ -386,7 +386,7 @@ static Image *ReadXPMImage(const ImageIn
|
2013-05-23 09:58:16 +00:00
|
|
|
image->storage_class=DirectClass;
|
|
|
|
image->matte=MagickTrue;
|
|
|
|
}
|
|
|
|
- status=QueryColorCompliance(target,XPMCompliance,&image->colormap[j],
|
2013-06-17 08:46:15 +00:00
|
|
|
+ status=QueryColorCompliance(target,AllCompliance,&image->colormap[j],
|
2013-05-23 09:58:16 +00:00
|
|
|
exception);
|
|
|
|
if (status == MagickFalse)
|
|
|
|
break;
|