gimp r27909 - in branches/gimp-2-6: . plug-ins/common



Author: neo
Date: Sat Jan 17 13:58:19 2009
New Revision: 27909
URL: http://svn.gnome.org/viewvc/gimp?rev=27909&view=rev

Log:
2009-01-17  Sven Neumann  <sven gimp org>

	Merged from trunk:

	Bug 568016 â Black pullout parameter of plug-in-newsprint has
	no effect

	* plug-ins/common/newsprint.c: fixed the documentation of the
	colorspace parameter.



Modified:
   branches/gimp-2-6/ChangeLog
   branches/gimp-2-6/plug-ins/common/newsprint.c

Modified: branches/gimp-2-6/plug-ins/common/newsprint.c
==============================================================================
--- branches/gimp-2-6/plug-ins/common/newsprint.c	(original)
+++ branches/gimp-2-6/plug-ins/common/newsprint.c	Sat Jan 17 13:58:19 2009
@@ -498,7 +498,7 @@
 
     { GIMP_PDB_INT32,    "cell-width", "screen cell width, in pixels" },
 
-    { GIMP_PDB_INT32,    "colorspace", "separate to 0:RGB, 1:CMYK, 2:Luminance" },
+    { GIMP_PDB_INT32,    "colorspace", "separate to 0:Grayscale, 1:RGB, 2:CMYK, 3:Luminance" },
     { GIMP_PDB_INT32,    "k-pullout",  "Percentage of black to pullout (CMYK only)" },
 
     { GIMP_PDB_FLOAT,    "gry-ang",    "Grey/black screen angle (degrees)" },



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]