summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vinfo.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-171-174/+0
|
* /usr/local/bin/python -> /usr/bin/env pythonGuido van Rossum1996-11-271-1/+1
|
* Uniformly replaced init() functions by __init__() constructors.Guido van Rossum1993-12-171-1/+1
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* Change Vinfo and Vaddcache to usr /ufs/guido/bin/sgi/python.Guido van Rossum1993-02-251-1/+1
| | | | | Don't force packfactor to 1 in header when writing rgb data. Small bugfixes in Vcopy.
* Fix terse mode for printing tuple packfactor and to avoid zero divisionGuido van Rossum1993-02-251-6/+13
|
* New tool Vfix: truncate the right edge of 'grey' type images to makeGuido van Rossum1992-09-291-1/+9
| | | | | | | | | | 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.
* VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is doneGuido van Rossum1992-09-291-16/+48
| | | | | | | | | | | using module 'jpeg' by the Displayer class. (Unfortunately it's too slow for real time.) Print file size in printinfo() method. Vinfo: added -t option (terse -- one line per file) and usage message. Vtime: use BasicV{in,out}File classes -- the minimum needed. Vmkjpeg, Vunjpeg: new utilities for jpeg (de)compression.
* VFile: The Entry-Indigo trick doesn't work on 4.0.1 hosts.Guido van Rossum1992-09-081-4/+11
| | | | | VFile: RandomVinFile can now write the cache to the file. Vinfo: use the cached index if present and print a message whether it's there.
* Adapted the world to the new VFile.py. Fixed bugs in Vplay.py:Guido van Rossum1992-09-071-7/+1
| | | | | | missing -n in help(), bogus frame skipping; and added patch for weird time jumps. Removed colorsys.py (now in std library). Fixed "sys.write" error in vcopy.py. Restructured README.
* Added a clear() method to VFile class, to be called when the windowGuido van Rossum1992-09-011-1/+4
| | | | receives a REDRAW event
* Minor improvements: exit status, data size stats.Guido van Rossum1992-08-201-7/+23
|
* Minor improvements, comments; fix Vinfo -d.Guido van Rossum1992-08-181-5/+18
|
* Add comments and optionsGuido van Rossum1992-08-181-10/+66
|
* Initial revisionGuido van Rossum1992-08-181-0/+38