OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:monoimage
(Results
1 - 4
of
4
) sorted by null
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_imageop.py
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)
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_imageop.py
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)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_imageop.py
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)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_imageop.py
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)
Completed in 46 milliseconds