14 lines
549 B
Diff
14 lines
549 B
Diff
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
|
|
@@ -386,7 +386,7 @@ static Image *ReadXPMImage(const ImageIn
|
|
image->storage_class=DirectClass;
|
|
image->matte=MagickTrue;
|
|
}
|
|
- status=QueryColorCompliance(target,XPMCompliance,&image->colormap[j],
|
|
+ status=QueryColorCompliance(target,AllCompliance,&image->colormap[j],
|
|
exception);
|
|
if (status == MagickFalse)
|
|
break;
|