/external/ImageMagick/MagickCore/ |
compress.h | 57 LZWEncodeImage(Image *,const size_t,unsigned char *magick_restrict,
|
compress.c | 894 % LZWEncodeImage() compresses an image via LZW-coding specific to Postscript 897 % The format of the LZWEncodeImage method is: 899 % MagickBooleanType LZWEncodeImage(Image *image,const size_t length, 914 MagickExport MagickBooleanType LZWEncodeImage(Image *image,const size_t length, [all...] |
methods.h | [all...] |
/external/ImageMagick/coders/ |
ps3.c | 573 status=LZWEncodeImage(image,length,pixels,exception); [all...] |
ps2.c | 814 status=LZWEncodeImage(image,length,pixels,exception); [all...] |
pdf.c | [all...] |