This commit is contained in:
Kovid Goyal 2012-08-31 22:49:20 +05:30
parent 8bec5211c1
commit 0c4227c036

View File

@ -1238,7 +1238,7 @@ static PyMethodDef magick_Image_methods[] = {
}, },
{"quantize", (PyCFunction)magick_Image_quantize, METH_VARARGS, {"quantize", (PyCFunction)magick_Image_quantize, METH_VARARGS,
"quantize(number_colors, colorspace, treedepth, dither, measure_error) \n\n nalyzes the colors within a reference image and chooses a fixed number of colors to represent the image. The goal of the algorithm is to minimize the color difference between the input and output image while minimizing the processing time." "quantize(number_colors, colorspace, treedepth, dither, measure_error) \n\n analyzes the colors within a reference image and chooses a fixed number of colors to represent the image. The goal of the algorithm is to minimize the color difference between the input and output image while minimizing the processing time."
}, },
{NULL} /* Sentinel */ {NULL} /* Sentinel */