Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f9b7201

Browse files
* Added support for X window interface.
* 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.
1 parent 7f8765d commit f9b7201

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Demo/sgi/video/VFile.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ def showpartframe(self, data, chromdata, (x,y,w,h)):
416416
pmsize = bytes*8
417417
elif self.format == 'compress':
418418
data = self.decompress(data)
419+
pmsize = 32
419420
elif self.format in ('mono', 'grey4'):
420421
if self.mustunpack:
421422
if self.format == 'mono':

0 commit comments

Comments
 (0)