]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
Improvements to dithering down colour and gray scale images to bi-level
authorSteve Underwood <steveu@coppice.org>
Tue, 7 Aug 2012 14:34:32 +0000 (22:34 +0800)
committerSteve Underwood <steveu@coppice.org>
Tue, 7 Aug 2012 14:34:32 +0000 (22:34 +0800)
commit3ae2bdf4aaf5b5f4132fde763ef5dc6a610128d8
tree0958a71dd8a63aac12908fbb55402018d5c2be74
parent48857cc7a798ede077057fb04510832a038bc964
Improvements to dithering down colour and gray scale images to bi-level
images, for images with different illuminants.
18 files changed:
libs/spandsp/src/fax.c
libs/spandsp/src/image_translate.c
libs/spandsp/src/spandsp/image_translate.h
libs/spandsp/src/spandsp/private/image_translate.h
libs/spandsp/src/spandsp/private/t4_tx.h
libs/spandsp/src/spandsp/t30.h
libs/spandsp/src/spandsp/t30_fcf.h
libs/spandsp/src/t30.c
libs/spandsp/src/t30_api.c
libs/spandsp/src/t30_logging.c
libs/spandsp/src/t38_gateway.c
libs/spandsp/src/t38_terminal.c
libs/spandsp/src/t4_rx.c
libs/spandsp/src/t4_t6_decode.c
libs/spandsp/src/t4_t6_encode.c
libs/spandsp/src/t4_tx.c
libs/spandsp/tests/image_translate_tests.c
libs/spandsp/tests/t42_tests.c