Home | History | Annotate | Download | only in coders

Lines Matching refs:DecodeImage

93 %  DecodeImage recovers the Huffman encoded luminance and chrominance
96 % The format of the DecodeImage method is:
98 % MagickBooleanType DecodeImage(Image *image,unsigned char *luma,
115 static MagickBooleanType DecodeImage(Image *image,unsigned char *luma,
748 status=DecodeImage(image,luma,chroma1,chroma2,exception);
760 status=DecodeImage(image,luma,chroma1,chroma2,exception);