This website works better with JavaScript.
Почетна
Помоћ
Пријавите Се
cacalabs
/
libcaca
огледало од
https://github.com/cacalabs/libcaca.git
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Издања
7
Вики
Activity
Преглед изворни кода
* Fix color mask order in Dither class.
tags/v0.99.beta18
Alex Foulon
alxf
пре 14 година
родитељ
80113aa069
комит
8800d9743b
1 измењених фајлова
са
1 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
python/caca/dither.py
+ 1
- 1
python/caca/dither.py
Прегледај датотеку
@@ -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"
Write
Preview
Loading…
Откажи
Сачувај