]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Spandspi's FAX engine now gives separate size and resolution information about
authorSteve Underwood <steveu@coppice.org>
Sun, 10 Mar 2013 12:55:21 +0000 (20:55 +0800)
committerSteve Underwood <steveu@coppice.org>
Sun, 10 Mar 2013 12:55:21 +0000 (20:55 +0800)
commit45eaaf41781eb6d1921d4fa22b9062c7aeb5abfe
tree037dc6687f84b1751f021717d4943df684fd362e
parentd9a4b8a9b0304ceb9267b9e7c8551066a1826b0b
Spandspi's FAX engine now gives separate size and resolution information about
the images on the line and the images in the file. The ties in with the recent
addition of image resizing and flattenign for colur images.
mod_spandsp has been changed to make use of the additional information.
14 files changed:
libs/spandsp/src/spandsp/private/t30.h
libs/spandsp/src/spandsp/private/t4_tx.h
libs/spandsp/src/spandsp/saturated.h
libs/spandsp/src/spandsp/t30.h
libs/spandsp/src/spandsp/t4_rx.h
libs/spandsp/src/t30.c
libs/spandsp/src/t4_rx.c
libs/spandsp/src/t4_tx.c
libs/spandsp/tests/dtmf_tx_tests.c
libs/spandsp/tests/fax_tester.h
libs/spandsp/tests/fax_tests.c
libs/spandsp/tests/fax_utils.c
libs/spandsp/tests/t4_tests.c
src/mod/applications/mod_spandsp/mod_spandsp_fax.c