Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
cacalabs
/
libcaca
espelhamento de
https://github.com/cacalabs/libcaca.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
7
Wiki
Atividade
Ver código fonte
* Fix color mask order in Dither class.
tags/v0.99.beta18
Alex Foulon
alxf
14 anos atrás
pai
80113aa069
commit
8800d9743b
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
python/caca/dither.py
+ 1
- 1
python/caca/dither.py
Ver arquivo
@@ -68,7 +68,7 @@ class Dither(_Dither):
]
self._dither = _lib.caca_create_dither(bpp, width, height, pitch,
bmask, gmask, r
mask, amask)
rmask, gmask, b
mask, amask)
if self._dither == 0:
raise DitherError, "Failed to create dither object"
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar