[gs-cvs] rev 7181 - trunk/gs/src

alexcher at ghostscript.com alexcher at ghostscript.com
Wed Nov 8 17:11:30 PST 2006


Author: alexcher
Date: 2006-11-08 17:11:30 -0800 (Wed, 08 Nov 2006)
New Revision: 7181

Modified:
   trunk/gs/src/zimage.c
Log:
Following Adobe example accept 1-component multiple data sources in imahemask.
Match CET 12-08b.ps



Modified: trunk/gs/src/zimage.c
===================================================================
--- trunk/gs/src/zimage.c	2006-11-08 20:01:48 UTC (rev 7180)
+++ trunk/gs/src/zimage.c	2006-11-09 01:11:30 UTC (rev 7181)
@@ -202,8 +202,6 @@
 			     &ip, true, 1, 1, false);
     if (code < 0)
 	return code;
-    if (ip.MultipleDataSources)
-	return_error(e_rangecheck);
     return zimage_setup(i_ctx_p, (gs_pixel_image_t *)&image, &ip.DataSource[0],
 			true, 1);
 }



More information about the gs-cvs mailing list