2016-05-13 19:31:18 +00:00
|
|
|
Index: coders/xpm.c
|
2013-05-23 09:58:16 +00:00
|
|
|
===================================================================
|
2016-05-13 19:31:18 +00:00
|
|
|
--- coders/xpm.c.orig
|
|
|
|
+++ coders/xpm.c
|
|
|
|
@@ -415,7 +415,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;
|