are said to be not XPMCompliant * http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23462 OBS-URL: https://build.opensuse.org/package/show/graphics/ImageMagick?expand=0&rev=153
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
|
|
@@ -382,7 +382,7 @@ static Image *ReadXPMImage(const ImageIn
|
|
image->storage_class=DirectClass;
|
|
image->matte=MagickTrue;
|
|
}
|
|
- status=QueryColorCompliance(target,XPMCompliance,&image->colormap[j],
|
|
+ status=QueryColorCompliance(target,X11Compliance,&image->colormap[j],
|
|
exception);
|
|
if (status == MagickFalse)
|
|
break;
|