kopia lustrzana https://github.com/olgamiller/SSTVEncoder2
Added markdown syntax and extension to README
rodzic
df9a7b999c
commit
d0a54a3a35
120
README
120
README
|
@ -1,120 +0,0 @@
|
|||
SSTV Encoder 2
|
||||
Copyright 2017 Olga Miller <olga.rgb@gmail.com>
|
||||
|
||||
--- Short Description:
|
||||
|
||||
This app sends images via Slow Scan Television (SSTV).
|
||||
|
||||
--- Supported modes:
|
||||
|
||||
Martin Modes: Martin 1, Martin 2
|
||||
PD Modes: PD 50, PD 90, PD 120, PD 160, PD 180, PD 240, PD 290
|
||||
Scottie Modes: Scottie 1, Scottie 2, Scottie DX
|
||||
Robot Modes: Robot 36 Color, Robot 72 Color
|
||||
Wraase Modes: Wraase SC2 180
|
||||
|
||||
The mode specifications are taken from the Dayton Paper of JL Barber:
|
||||
http://www.barberdsp.com/files/Dayton%20Paper.pdf
|
||||
|
||||
--- Image:
|
||||
|
||||
Tap "Take Picture" or "Pick Picture" menu button or
|
||||
use the Share option of any app like Gallery to load an image.
|
||||
|
||||
To keep the aspect ratio, black borders will be added if necessary.
|
||||
Original image can be resend using another mode without reloading.
|
||||
|
||||
After image rotation or mode changing the image
|
||||
will be scaled to that mode's native size.
|
||||
|
||||
After closing the app the loaded image will not be stored.
|
||||
|
||||
--- Text Overlay:
|
||||
|
||||
Single tap to add a text overlay.
|
||||
Single tap on text overlay to edit it.
|
||||
Long press to move text overlay.
|
||||
Remove the text to remove a text overlay.
|
||||
|
||||
After closing the app all text overlays
|
||||
will be stored and reloaded when restarting.
|
||||
|
||||
--- Menu:
|
||||
|
||||
"Pick Picture" - Opens an image viewer app to select a picture.
|
||||
"Take Picture" - Starts a camera app to take a picture.
|
||||
"Save Wave File" - Creates a wave file in the Music folder in SSTV Encoder album.
|
||||
"Play" - Sends the image.
|
||||
"Stop" - Stops the current sending and empties the queue.
|
||||
"Rotate Image" - Rotates the image by 90 degrees.
|
||||
"Modes" - Lists all supported modes.
|
||||
|
||||
--- SSTV Image Decoder:
|
||||
|
||||
Open Source Code:
|
||||
https://github.com/xdsopl/robot36/tree/android
|
||||
|
||||
On Google Play the Working App:
|
||||
Robot36 - SSTV Image Decoder
|
||||
https://play.google.com/store/apps/details?id=xdsopl.robot36
|
||||
|
||||
-------
|
||||
|
||||
DEUTSCH:
|
||||
|
||||
SSTV-Dekodierer 2
|
||||
|
||||
--- Kurze Beschreibung:
|
||||
|
||||
Diese Applikation sendet Bilder via Slow Scan Television (SSTV).
|
||||
|
||||
--- Unterstützte Modi:
|
||||
|
||||
Martin Modi: Martin 1, Martin 2
|
||||
PD Modi: PD 50, PD 90, PD 120, PD 160, PD 180, PD 240, PD 290
|
||||
Scottie Modi: Scottie 1, Scottie 2, Scottie DX
|
||||
Robot Modi: Robot 36 Color, Robot 72 Color
|
||||
Wraase Modi: Wraase SC2 180
|
||||
|
||||
Modi-Spezifikation:
|
||||
Dayton Paper of JL Barber
|
||||
http://www.barberdsp.com/files/Dayton%20Paper.pdf
|
||||
|
||||
--- Bild:
|
||||
|
||||
Bilder können durch das Berühren des "Take Picture" oder "Pick Picture" Menü-Knopfes oder
|
||||
durch die "Teilen" (oder "Bild Teilen", "Share") Option anderer Applikationen wie "Galerie" geladen.
|
||||
|
||||
Um das Seitenverhältnis beizubehalten, werden (falls notwendig) schwarze Ränder hinzugefügt.
|
||||
Das Originalbild kann in einem anderen Modus neu gesendet werden ohne das Bild neu laden zu müssen.
|
||||
|
||||
Nach dem Rotieren des Bildes oder nach dem Auswählen eines Übertragungsmodus
|
||||
wird das Bild auf die native Größe skaliert.
|
||||
|
||||
Nach dem Schließen der Applikation wird das Bild nicht gespeichert.
|
||||
|
||||
--- Text:
|
||||
|
||||
Tippen der Bildfläche startet den Text-Editor.
|
||||
Bewegen des Textes wird durch langes Berühren initiiert.
|
||||
|
||||
Nach dem Schließen der Applikation alle Texte werden gespeichert und wieder geladen beim Neustart.
|
||||
|
||||
--- Menu:
|
||||
|
||||
"Pick Picture" - Öffnet eine Applikation wie "Galerie" um ein Bild auszuwählen.
|
||||
"Take Picture" - Startet eine Kamera-Applikation um ein Bild aufzunehmen.
|
||||
"Save Wave File" - Erstellt eine Wave-Datei in "Musik" Ordner in "SSTV Encoder"-Album.
|
||||
"Play" - Sendet das Bild.
|
||||
"Stop" - Stoppt das aktuelle Senden und leert die Warteschlange.
|
||||
"Rotate Image" - Rotiert das Bild um 90 Grad.
|
||||
"Modes" - Listet alle unterstützten Modi.
|
||||
|
||||
--- SSTV-Dekodierer:
|
||||
|
||||
Quelltext:
|
||||
https://github.com/xdsopl/robot36/tree/android
|
||||
|
||||
Auf Google Play die funktionierende Applikation:
|
||||
Robot36 - SSTV Bild Dekodierer
|
||||
https://play.google.com/store/apps/details?id=xdsopl.robot36
|
|
@ -0,0 +1,132 @@
|
|||
#SSTV Encoder 2
|
||||
Copyright 2017 Olga Miller <olga.rgb@gmail.com>
|
||||
|
||||
###Short Description
|
||||
|
||||
This app sends images via Slow Scan Television (SSTV).
|
||||
|
||||
###Supported modes
|
||||
|
||||
**Martin Modes:** Martin 1, Martin 2
|
||||
**PD Modes:** PD 50, PD 90, PD 120, PD 160, PD 180, PD 240, PD 290
|
||||
**Scottie Modes:** Scottie 1, Scottie 2, Scottie DX
|
||||
**Robot Modes:** Robot 36 Color, Robot 72 Color
|
||||
**Wraase Modes:** Wraase SC2 180
|
||||
|
||||
The mode specifications are taken from the Dayton Paper of JL Barber:
|
||||
http://www.barberdsp.com/files/Dayton%20Paper.pdf
|
||||
|
||||
###Image
|
||||
|
||||
Tap "Take Picture" or "Pick Picture" menu button or
|
||||
use the Share option of any app like Gallery to load an image.
|
||||
|
||||
To keep the aspect ratio, black borders will be added if necessary.
|
||||
Original image can be resend using another mode without reloading.
|
||||
|
||||
After image rotation or mode changing the image
|
||||
will be scaled to that mode's native size.
|
||||
|
||||
After closing the app the loaded image will not be stored.
|
||||
|
||||
###Text Overlay
|
||||
|
||||
Single tap **to add** a text overlay.
|
||||
Single tap on text overlay **to edit** it.
|
||||
Long press **to move** text overlay.
|
||||
Remove the text **to remove** a text overlay.
|
||||
|
||||
After closing the app all text overlays
|
||||
will be stored and reloaded when restarting.
|
||||
|
||||
###Menu
|
||||
|
||||
* "Pick Picture"
|
||||
- Opens an image viewer app to select a picture.
|
||||
* "Take Picture"
|
||||
- Starts a camera app to take a picture.
|
||||
* "Save Wave File"
|
||||
- Creates a wave file in the Music folder in SSTV Encoder album.
|
||||
* "Play"
|
||||
- Sends the image.
|
||||
* "Stop"
|
||||
- Stops the current sending and empties the queue.
|
||||
* "Rotate Image"
|
||||
- Rotates the image by 90 degrees.
|
||||
* "Modes"
|
||||
- Lists all supported modes.
|
||||
|
||||
###SSTV Image Decoder
|
||||
|
||||
Open Source Code:
|
||||
https://github.com/xdsopl/robot36/tree/android
|
||||
|
||||
On Google Play the Working App:
|
||||
Robot36 - SSTV Image Decoder
|
||||
https://play.google.com/store/apps/details?id=xdsopl.robot36
|
||||
|
||||
#####__________________ DEUTSCH __________________
|
||||
|
||||
#SSTV-Dekodierer 2
|
||||
|
||||
###Kurze Beschreibung
|
||||
|
||||
Diese Applikation sendet Bilder via Slow Scan Television (SSTV).
|
||||
|
||||
###Unterstützte Modi
|
||||
|
||||
**Martin Modi:** Martin 1, Martin 2
|
||||
**PD Modi:** PD 50, PD 90, PD 120, PD 160, PD 180, PD 240, PD 290
|
||||
**Scottie Modi:** Scottie 1, Scottie 2, Scottie DX
|
||||
**Robot Modi:** Robot 36 Color, Robot 72 Color
|
||||
**Wraase Modi:** Wraase SC2 180
|
||||
|
||||
Modi-Spezifikation:
|
||||
Dayton Paper of JL Barber
|
||||
http://www.barberdsp.com/files/Dayton%20Paper.pdf
|
||||
|
||||
###Bild
|
||||
|
||||
Bilder können durch das Berühren des "Take Picture" oder "Pick Picture" Menü-Knopfes oder
|
||||
durch die "Teilen" (oder "Bild Teilen", "Share") Option anderer Applikationen wie "Galerie" geladen.
|
||||
|
||||
Um das Seitenverhältnis beizubehalten, werden (falls notwendig) schwarze Ränder hinzugefügt.
|
||||
Das Originalbild kann in einem anderen Modus neu gesendet werden ohne das Bild neu laden zu müssen.
|
||||
|
||||
Nach dem Rotieren des Bildes oder nach dem Auswählen eines Übertragungsmodus
|
||||
wird das Bild auf die native Größe skaliert.
|
||||
|
||||
Nach dem Schließen der Applikation wird das Bild nicht gespeichert.
|
||||
|
||||
###Text
|
||||
|
||||
Tippen der Bildfläche startet den Text-Editor.
|
||||
Bewegen des Textes wird durch langes Berühren initiiert.
|
||||
|
||||
Nach dem Schließen der Applikation alle Texte werden gespeichert und wieder geladen beim Neustart.
|
||||
|
||||
###Menu
|
||||
|
||||
* "Pick Picture"
|
||||
- Öffnet eine Applikation wie "Galerie" um ein Bild auszuwählen.
|
||||
* "Take Picture"
|
||||
- Startet eine Kamera-Applikation um ein Bild aufzunehmen.
|
||||
* "Save Wave File"
|
||||
- Erstellt eine Wave-Datei in "Musik" Ordner in "SSTV Encoder"-Album.
|
||||
* "Play"
|
||||
- Sendet das Bild.
|
||||
* "Stop"
|
||||
- Stoppt das aktuelle Senden und leert die Warteschlange.
|
||||
* "Rotate Image"
|
||||
- Rotiert das Bild um 90 Grad.
|
||||
* "Modes"
|
||||
- Listet alle unterstützten Modi.
|
||||
|
||||
###SSTV-Dekodierer
|
||||
|
||||
Quelltext:
|
||||
https://github.com/xdsopl/robot36/tree/android
|
||||
|
||||
Auf Google Play die funktionierende Applikation:
|
||||
Robot36 - SSTV Bild Dekodierer
|
||||
https://play.google.com/store/apps/details?id=xdsopl.robot36
|
Ładowanie…
Reference in New Issue