18#ifndef MAGICKCORE_COMPRESS_H
19#define MAGICKCORE_COMPRESS_H
21#if defined(__cplusplus) || defined(c_plusplus)
40 LosslessJPEGCompression,
61extern MagickExport MagickBooleanType
62 HuffmanDecodeImage(Image *,ExceptionInfo *),
63 HuffmanEncodeImage(
const ImageInfo *,Image *,Image *,ExceptionInfo *),
64 LZWEncodeImage(Image *,
const size_t,
unsigned char *magick_restrict,
66 PackbitsEncodeImage(Image *,
const size_t,
unsigned char *magick_restrict,
68 ZLIBEncodeImage(Image *,
const size_t,
unsigned char *magick_restrict,
71extern MagickExport
void
72 Ascii85Encode(Image *,
const unsigned char),
73 Ascii85Flush(Image *),
74 Ascii85Initialize(Image *);
76#if defined(__cplusplus) || defined(c_plusplus)