mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
Merge 824937759e into d51c00a04a
This commit is contained in:
commit
b0d8ff66ae
|
|
@ -90,7 +90,7 @@ class Robot36(ColorSSTV):
|
|||
INTER_CH_FREQS = [None, FREQ_BLACK, FREQ_WHITE]
|
||||
|
||||
def on_init(self):
|
||||
self.yuv = self.image.convert('YCbCr').load()
|
||||
self.yuv = self.image.convert('YCrCb').load()
|
||||
|
||||
def encode_line(self, line):
|
||||
pixels = [self.yuv[col, line] for col in range(self.WIDTH)]
|
||||
|
|
|
|||
Loading…
Reference in a new issue