Home | History | Annotate | Download | only in coders

Lines Matching refs:DecodeImage

124 %  DecodeImage unpacks the packed image pixels into  runlength-encoded pixel
127 % The format of the DecodeImage method is:
129 % MagickBooleanType DecodeImage(const unsigned char *compressed_pixels,
146 static MagickBooleanType DecodeImage(const unsigned char *compressed_pixels,
472 status=DecodeImage(sun_data,sun_info.length,sun_pixels,pixels_length);