Este sitio web funciona mejor con JavaScript.
Inicio
Ayuda
Iniciar sesión
cacalabs
/
libcaca
réplica de
https://github.com/cacalabs/libcaca.git
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Lanzamientos
7
Wiki
Actividad
Explorar el Código
* Fix color mask order in Dither class.
tags/v0.99.beta18
Alex Foulon
alxf
hace 14 años
padre
80113aa069
commit
8800d9743b
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
python/caca/dither.py
+ 1
- 1
python/caca/dither.py
Ver fichero
@@ -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"
Escribir
Vista previa
Cargando…
Cancelar
Guardar