summaryrefslogtreecommitdiffstats
path: root/Demo/sgi/video/VGrabber.py
Commit message (Collapse)AuthorAgeFilesLines
* Remove the SGI demos. These were all ancient and nobody cared enough.Guido van Rossum2002-09-171-80/+0
|
* 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...
* Added jpeg grabberJack Jansen1993-06-081-2/+4
|
* - Separated grabbing (which isn't used much!) from VFile.Guido van Rossum1993-02-251-0/+78
- Renamed old Vcopy.py to OldVcopy.py, some cosmetic changes to it (is it still needed?) - Added new Vcopy.py which does everything that Vtime.py does but also format conversions, image scaling, and packfactors. - VFile: make packfactor always a tuple; introduce set and get methods for pf, format, and calculate some derived values. - Added new module GET.py to std library, use it instead of defining DM* in VFile. - Get rid of C programs (new Python programs can do all that they do and they probably don't understand the current file format anyway).