Home
last modified time | relevance | path

Searched refs:imgfile (Results 1 – 15 of 15) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_imgfile.py7 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 …]
Dtest_imageop.py73 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/
Dbmpblk_font.c168 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/
Dimgfile.rst2 :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
Dsgi.rst19 imgfile.rst
Dimageop.rst14 the same format as used by :func:`gl.lrectwrite` and the :mod:`imgfile` module.
/external/python/cpython2/Modules/
DSetup.dist275 #imgfile imgfile.c -limage -lgutil -lgl -lm # Image Processing Utilities
/external/python/cpython2/Misc/NEWS.d/
D2.6b1.rst659 The imgfile module from IRIX has been deprecated for removal in Python 3.0.
/external/python/cpython2/PC/os2vacpp/
Dmakefile.omk578 imgfile.obj: abstract.h ceval.h classobject.h cobject.h complexobject.h \
Dmakefile743 imgfile.obj: $(PY_INCLUDE)\abstract.h $(PY_INCLUDE)\ceval.h $(PY_INCLUDE)\classobject.h \
/external/python/cpython2/Misc/
Dcheatsheet2088 imgfile Imglib image file interface
DHISTORY16892 imgfile: read SGI image files (dynamic only, sgi only)
/external/python/cpython2/Doc/whatsnew/
D2.6.rst2935 :mod:`imgfile`,
/external/python/cpython3/Doc/whatsnew/
D2.6.rst2939 :mod:`imgfile`,
/external/python/cpython3/Misc/
DHISTORY17315 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)