Lines Matching refs:greyimage
107 greyimage = imageop.rgb2rgb8(image, width, height)
112 image = imageop.rgb82rgb(greyimage, width, height)
117 greyimage = imageop.rgb2grey(image, width, height)
122 image = imageop.grey2rgb(greyimage, width, height)
129 monoimage = imageop.grey2mono (greyimage, width, height, 0)
139 greyimage = imageop.mono2grey (monoimage, width, height, 0, 255)
145 monoimage = imageop.dither2mono (greyimage, width, height)
151 grey4image = imageop.grey2grey4 (greyimage, width, height)
157 grey2image = imageop.grey2grey2 (greyimage, width, height)
164 grey2image = imageop.dither2grey2 (greyimage, width, height)
169 greyimage = imageop.grey42grey (grey4image, width, height)