Skip to content

Commit

Permalink
* Added support for X window interface.
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
sjoerdmullender committed Oct 12, 1993
1 parent 7f8765d commit f9b7201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Demo/sgi/video/VFile.py
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,7 @@ def showpartframe(self, data, chromdata, (x,y,w,h)):
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':
Expand Down

0 comments on commit f9b7201

Please sign in to comment.