mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
* 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.
This commit is contained in:
parent
7f8765d327
commit
f9b7201bb8
1 changed files with 1 additions and 0 deletions
|
@ -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':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue