Home | History | Annotate | Download | only in test

Lines Matching refs:height

25         for height in VALUES:
27 strlen = abs(width * height)
35 arguments = (data, size, width, height) + extra
37 arguments = (data, width, height) + extra
80 image, width, height = getimage('test'+os.extsep+'rgb')
82 # Return the selected part of image, which should by width by height
86 newimage = imageop.crop (image, 4, width, height, 0, 0, 1, 1)
94 scaleimage = imageop.scale(image, 4, width, height, 1, 1)
102 videoimage = imageop.tovideo (image, 4, width, height)
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)
131 # monoimage, width, height = getimage('monotest.rgb')
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)
174 image = imageop.grey22grey (grey2image, width, height)
181 image (in 'imgfile' format) width and height