Improvements to dithering down colour and gray scale images to bi-level

images, for images with different illuminants.
This commit is contained in:
Steve Underwood
2012-08-07 22:34:32 +08:00
parent 48857cc7a7
commit 3ae2bdf4aa
18 changed files with 126 additions and 134 deletions

View File

@@ -85,9 +85,7 @@
#include "spandsp/image_translate.h"
#include "spandsp/t81_t82_arith_coding.h"
#include "spandsp/t85.h"
#if defined(SPANDSP_SUPPORT_T42)
#include "spandsp/t42.h"
#endif
#if defined(SPANDSP_SUPPORT_T43)
#include "spandsp/t43.h"
#endif
@@ -97,9 +95,7 @@
#include "spandsp/private/logging.h"
#include "spandsp/private/t81_t82_arith_coding.h"
#include "spandsp/private/t85.h"
#if defined(SPANDSP_SUPPORT_T42)
#include "spandsp/private/t42.h"
#endif
#if defined(SPANDSP_SUPPORT_T43)
#include "spandsp/private/t43.h"
#endif