Commit graph

13 commits

Author SHA1 Message Date
Blaine Murphy
824937759e Correct color order of Robot 36 mode.
The color sequence for Robot 36 is listed as YCrCb in the SSTV Handbook: http://www.sstv-handbook.com/download/sstv_04.pdf (Table 4.3) and the Dayton Paper: https://web.archive.org/web/20120104184535/http://www.barberdsp.com/files/Dayton%20Paper.pdf
2017-10-18 21:02:06 -04:00
KM4YRI
5d3b11a144 added Python six compatibility layer (#10)
added dependency to `six` for better Python 2/3 compatibility
2017-01-12 10:49:13 +01:00
KM4YRI
56743c7afb Python 3 compatibility: imap->map, izip->zip, xrange->range (#9) 2017-01-03 15:04:11 +01:00
András Veres-Szentkirályi
09df062547 use absolute imports for Python 3 compatibility 2014-06-07 11:48:04 +02:00
Dominik Auras
e0a4563a56 Add "high"-resolution modes Pasokon P3, P5 and P7
Tested against MMSSTV and HamRadio software
2014-04-22 23:11:40 +02:00
Ricky Elrod
e8f07e5bcb RED isn't a member of ColorSSTV (anymore?) 2014-01-13 21:12:24 -05:00
András Veres-Szentkirályi
bd3b84cfb6 ColorSSTV: load raster data only once 2013-11-22 18:33:39 +01:00
András Veres-Szentkirályi
3a25caeab9 optimized Robot36 to use PIL YUV converter 2013-11-22 18:19:56 +01:00
András Veres-Szentkirályi
4c020d61b9 added Robot 36 encoder 2013-11-22 17:05:13 +01:00
András Veres-Szentkirályi
105fa7b051 color: moved RGB constants to module level 2013-07-02 11:17:40 +02:00
András Veres-Szentkirályi
b348a8da0c removed unnecessary variable assignment 2013-07-02 11:12:09 +02:00
András Veres-Szentkirályi
1a469c43d5 optimized pixel access with explicit load() 2013-07-01 16:20:19 +02:00
András Veres-Szentkirályi
391377551c moved source to pysstv directory 2013-06-24 13:40:57 +02:00
Renamed from color.py (Browse further)