18#ifndef MAGICKCORE_COMPRESS_H
19#define MAGICKCORE_COMPRESS_H
21#if defined(__cplusplus) || defined(c_plusplus)
37 LosslessJPEGCompression,
56extern MagickExport MagickBooleanType
57 HuffmanDecodeImage(Image *),
58 HuffmanEncodeImage(
const ImageInfo *,Image *,Image *),
59 LZWEncodeImage(Image *,
const size_t,
unsigned char *magick_restrict),
60 PackbitsEncodeImage(Image *,
const size_t,
unsigned char *magick_restrict),
61 ZLIBEncodeImage(Image *,
const size_t,
unsigned char *magick_restrict);
63extern MagickExport
void
64 Ascii85Encode(Image *,
const unsigned char),
65 Ascii85Flush(Image *),
66 Ascii85Initialize(Image *);
68#if defined(__cplusplus) || defined(c_plusplus)