diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-26 19:22:56 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2023-08-26 19:22:56 +0300 |
| commit | 59eaf6cbac4b8cbefe817c526b9ae271c735a98c (patch) | |
| tree | 80ef4b363504ab36bf0059731c7dc618b62fca15 | |
| parent | ed39dbf1c50e3f535ca6904a384752d78803b0f9 (diff) | |
Update readme with sample and supported modes.
| -rw-r--r-- | README.md | 19 | ||||
| -rw-r--r-- | test/test-image-2.bmp | bin | 1440722 -> 0 bytes | |||
| -rw-r--r-- | test/test-image.wav | bin | 0 -> 18065216 bytes |
3 files changed, 19 insertions, 0 deletions
@@ -4,6 +4,25 @@ SSTV encoder/~~decoder~~ C library suitable for both desktop and embedded applications. +## Sample generated file + +Input image: + + + +[Output](/test/test-image.wav) for `PD180` mode. + +## Supported modes + +The following modes are currently supported: + +* `FAX480` +* `MARTIN_M1` `MARTIN_M2` `MARTIN_M3` `MARTIN_M4` +* `PD50` `PD90` `PD120` `PD160` `PD180` `PD240` `PD290` +* `ROBOT_BW8_B` `ROBOT_BW8_G` `ROBOT_BW8_R` `ROBOT_BW12_B` `ROBOT_BW12_G` `ROBOT_BW12_R` `ROBOT_BW24_B` `ROBOT_BW24_G` `ROBOT_BW24_R` `ROBOT_BW36_B` `ROBOT_BW36_G` `ROBOT_BW36_R` +* `ROBOT_C12` `ROBOT_C24` `ROBOT_C36` `ROBOT_C72` +* `SCOTTIE_DX` `SCOTTIE_S1` `SCOTTIE_S2` `SCOTTIE_S3` `SCOTTIE_S4` + ## Building and installing Compiling the library and encoding tool: diff --git a/test/test-image-2.bmp b/test/test-image-2.bmp Binary files differdeleted file mode 100644 index 4165f0a..0000000 --- a/test/test-image-2.bmp +++ /dev/null diff --git a/test/test-image.wav b/test/test-image.wav Binary files differnew file mode 100644 index 0000000..f30ab79 --- /dev/null +++ b/test/test-image.wav |
