
txamadrmv0_2a
------------------------------------------------------------------------
All transmitted pictures MUST be in pics/ regardless of where you take
the file browser.  When trying to load a file:

couldn't open "./pics/120323224344-Antenna1.jpg": no such file or directory
couldn't open "./pics/120323224344-Antenna1.jpg": no such file or directory
    while executing
"image create photo dagmar -height 600 -width 800 -file $fileresp"
    invoked from within
".c.c4.loadfile invoke "
    invoked from within
".c.c4.loadfile instate {pressed !disabled} { .c.c4.loadfile state !pressed; .c.c4.loadfile invoke } "
    (command bound to event)

--
------------------------------------------------------------------------

All dirs in the txamadrm are owned by user 1000, directories should be 777 files creates

------------------------------------------------------------------------
--

Trying to transmit

can't read "spawndrm": no such variable
can't read "spawndrm": no such variable
    while executing
"exp_pid -i $spawndrm"
    invoked from within
".c.c4.txonoff invoke "
    invoked from within
".c.c4.txonoff instate {pressed !disabled} { .c.c4.txonoff state !pressed;
.c.c4.txonoff invoke } "
    (command bound to event)

---------------------------------------

jpg files still show up in the incomplete directory

---------------------------------------

You should try to align the GUI layout of the two tools:

rxamadrm                txamadrm
--------                --------
mode: B                 Mode         - same
BW(khz)                 QAM          - different
Intlv                   Prot         - different
Prot                    Intlv        - different
QAM                     BandWidth    - different and named different

rxamadrm sets the soundcard in the lower right corner

tmamadrm sets the soundcard in the middle upper left
   - what's the Instances for again?
---------------------------------------

Seems that on this VHF SSTV net, everyone sends files that are 250 segments or LESS
which is around 30-35Kbyte file sizes.  To acheive that, I have to do HEAVY 
conversion and quality reduction using ImageMagik:

convert -resize 640x480 -depth 8 -quality 10 $I.JPG $I.jpg

It seems that different files can't support this low of a quality setting
but setting them higher really doesn't impact the file size much.  Do you
know of any programs that can optimize the quality setting to meet a 
desired output file SIZE?

---------------------------------------
