summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/Vmkjpeg.py
Commit message (Collapse)AuthorAgeFilesLines
* /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-2/+2
| | | | | A few simple things seem to work, I haven't tested it thouroughly though...
* VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is doneGuido van Rossum1992-09-291-0/+92
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.