]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
VFile: added new formats 'jpeg' and 'jpeggrey'. Decompression is done
authorGuido van Rossum <guido@python.org>
Tue, 29 Sep 1992 13:40:47 +0000 (13:40 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 29 Sep 1992 13:40:47 +0000 (13:40 +0000)
commit9e3f335bea3a57481e935d0ec015b4f395b1bc9b
tree6bc375de1b2bc517d405a067efe64c56c4655a54
parent3165fe6a56c07f4f85f4ea54b69f5b1f243e2463
VFile: added new formats 'jpeg' and 'jpeggrey'.  Decompression is done
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.
Demo/sgi/video/README
Demo/sgi/video/VFile.py
Demo/sgi/video/Vinfo.py
Demo/sgi/video/Vmkjpeg.py [new file with mode: 0755]
Demo/sgi/video/Vtime.py
Demo/sgi/video/Vunjpeg.py [new file with mode: 0755]