/external/ImageMagick/MagickCore/ |
compress.h | 59 LZWEncodeImage(Image *,const size_t,unsigned char *magick_restrict,
|
methods.h | [all...] |
compress.c | 905 % LZWEncodeImage() compresses an image via LZW-coding specific to Postscript 908 % The format of the LZWEncodeImage method is: 910 % MagickBooleanType LZWEncodeImage(Image *image,const size_t length, 925 MagickExport MagickBooleanType LZWEncodeImage(Image *image,const size_t length, [all...] |
/external/ImageMagick/coders/ |
ps3.c | 580 status=LZWEncodeImage(image,length,pixels,exception); [all...] |
ps2.c | 823 status=LZWEncodeImage(image,length,pixels,exception); [all...] |
pdf.c | [all...] |