Searched refs:imageop (Results 1 - 2 of 2) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_imageop.py3 """Test script for the imageop module. This has the side
10 imageop = import_module('imageop', deprecated=True) variable
24 func = getattr(imageop, name)
40 except (ValueError, imageop.error):
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
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_imageop.py3 """Test script for the imageop module. This has the side
10 imageop = import_module('imageop', deprecated=True) variable
24 func = getattr(imageop, name)
40 except (ValueError, imageop.error):
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
[all...]

Completed in 304 milliseconds