]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
* Added support for X window interface.
authorSjoerd Mullender <sjoerd@acm.org>
Tue, 12 Oct 1993 12:55:27 +0000 (12:55 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Tue, 12 Oct 1993 12:55:27 +0000 (12:55 +0000)
* Moviechannel now uses colormap mode on 8-bit XS Indigo's instead of
  converting the image to RGB32.
* Compression Library support is dependent on USE_CL compile-time flag.

Demo/sgi/video/VFile.py

index 2c99183ea7a5df2b812a1a007df19d1e7351950d..d0eab0db35f3c279f8112cd00142250bc9b6cec8 100755 (executable)
@@ -416,6 +416,7 @@ class Displayer(VideoParams):
                        pmsize = bytes*8
                elif self.format == 'compress':
                        data = self.decompress(data)
+                       pmsize = 32
                elif self.format in ('mono', 'grey4'):
                        if self.mustunpack:
                                if self.format == 'mono':