]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
New tool Vfix: truncate the right edge of 'grey' type images to make
authorGuido van Rossum <guido@python.org>
Tue, 29 Sep 1992 17:07:10 +0000 (17:07 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Sep 1992 17:07:10 +0000 (17:07 +0000)
commit4df20fa80f0e24b065c7ca5ab861f047eda15763
tree828f9610da877829ce435041b8d80ee0dc154054
parent384f24816b7a50c7c2c23740bbc1080fcb7a2d3f
New tool Vfix: truncate the right edge of 'grey' type images to make
the scanline width a multiple of 4.

VFile: use gl.gversion() to distinguish 4.0.1 and 4.0.5 Indigos;
truncate width and height to multiples of packfactor.

Vinfo: add -t to descriptive comment; print '!' after packfactor for
files that should be fixed with Vfix.
Demo/sgi/video/VFile.py
Demo/sgi/video/Vfix.py [new file with mode: 0755]
Demo/sgi/video/Vinfo.py