38static int JBIGSetupDecode(
TIFF* tif)
53 unsigned char* pImage =
NULL;
54 unsigned long decodedSize;
64#if defined(HAVE_JBG_NEWLEN)
80 if (JBG_EOK != decodeStatus)
88 "JBIG",
"Error (%d) decoding: %s",
91 jbg_strerror(decodeStatus, JBG_EN)
93 jbg_strerror(decodeStatus)
100 decodedSize = jbg_dec_getsize(&
decoder);
104 "Only decoded %lu bytes, whereas %lu requested",
105 decodedSize, (
unsigned long)
size);
110 "Decoded %lu bytes, whereas %lu were requested",
111 decodedSize, (
unsigned long)
size);
115 pImage = jbg_dec_getimage(&
decoder, 0);
125static int JBIGSetupEncode(
TIFF* tif)
136static int JBIGCopyEncodedData(
TIFF* tif,
unsigned char* pp,
size_t cc,
uint16 s)
164static void JBIGOutputBie(
unsigned char*
buffer,
size_t len,
void* userData)
173 JBIGCopyEncodedData(tif,
buffer,
len, 0);
TIFFCodeMethod tif_encodestrip
TIFFCodeMethod tif_decodestrip
TIFFBoolMethod tif_setupencode
TIFFBoolMethod tif_setupdecode
void TIFFErrorExt(thandle_t fd, const char *module, const char *fmt,...)
uint32 TIFFNumberOfStrips(TIFF *tif)
void TIFFReverseBits(uint8 *cp, tmsize_t n)
void _TIFFmemcpy(void *d, const void *s, tmsize_t c)
void TIFFWarningExt(thandle_t fd, const char *module, const char *fmt,...)
int TIFFFlushData1(TIFF *tif)
#define isFillOrder(tif, o)