Searched refs:imgfile (Results 1 – 15 of 15) sorted by relevance
/external/python/cpython2/Lib/test/ |
D | test_imgfile.py | 7 imgfile = import_module('imgfile', deprecated=True) variable 26 sizes = imgfile.getsizes(name) 27 except imgfile.error: 37 sizes = imgfile.getsizes(name) 45 image = imgfile.read(name) 54 imgfile.write (outputfile, image, sizes[0], sizes[1], sizes[2]) 73 simage = imgfile.readscaled (name, sizes[0]/2, sizes[1]/2, 'impulse', 2.0) 81 imgfile.ttob (1) 85 simage = imgfile.readscaled (name, sizes[0]/2, sizes[1]/2, 'triangle', 3.0) 88 imgfile.ttob (0) [all …]
|
D | test_imageop.py | 73 import imgfile 183 import imgfile 185 sizes = imgfile.getsizes(name) 186 except imgfile.error: 188 sizes = imgfile.getsizes(name) 192 image = imgfile.read(name)
|
/external/vboot_reference/utility/ |
D | bmpblk_font.c | 168 char *imgfile = argv[optind+i]; in main() local 174 s = strrchr(imgfile, '_'); in main() 176 error("Unable to parse the character from filename %s\n", imgfile); in main() 180 imgdata = read_entire_file(imgfile, &imgsize); in main() 185 error("%s does not contain a valid BMP image\n", imgfile); in main() 201 printf("%s => 0x%x %dx%d\n", imgfile, entry.ascii, in main()
|
/external/python/cpython2/Doc/library/ |
D | imgfile.rst | 2 :mod:`imgfile` --- Support for SGI imglib files 5 .. module:: imgfile 11 The :mod:`imgfile` module has been removed in Python 3. 15 The :mod:`imgfile` module allows Python programs to access SGI imglib image
|
D | sgi.rst | 19 imgfile.rst
|
D | imageop.rst | 14 the same format as used by :func:`gl.lrectwrite` and the :mod:`imgfile` module.
|
/external/python/cpython2/Modules/ |
D | Setup.dist | 275 #imgfile imgfile.c -limage -lgutil -lgl -lm # Image Processing Utilities
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.6b1.rst | 659 The imgfile module from IRIX has been deprecated for removal in Python 3.0.
|
/external/python/cpython2/PC/os2vacpp/ |
D | makefile.omk | 578 imgfile.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
|
D | makefile | 743 imgfile.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
|
/external/python/cpython2/Misc/ |
D | cheatsheet | 2088 imgfile Imglib image file interface
|
D | HISTORY | 16892 imgfile: read SGI image files (dynamic only, sgi only)
|
/external/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 2935 :mod:`imgfile`,
|
/external/python/cpython3/Doc/whatsnew/ |
D | 2.6.rst | 2939 :mod:`imgfile`,
|
/external/python/cpython3/Misc/ |
D | HISTORY | 17315 becoming useless from the removal of rgbimg and imgfile. 17337 DEVICE, ERRNO, FILE, fl/FL, flp, fm, GET, gl/GL, GLWS, IN, imgfile, 34271 imgfile: read SGI image files (dynamic only, sgi only)
|