Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | /usr/local/bin/python -> /usr/bin/env python | Guido van Rossum | 1996-11-27 | 1 | -1/+1 |
| | |||||
* | Uniformly replaced init() functions by __init__() constructors. | Guido van Rossum | 1993-12-17 | 1 | -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 done | Guido van Rossum | 1992-09-29 | 1 | -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. |