Searched defs:ReadPNGImage (Results 1 - 1 of 1) sorted by relevance

/external/ImageMagick/coders/
H A Dpng.c1261 % ReadPNGImage() reads a Portable Network Graphics (PNG) or
1268 % The format of the ReadPNGImage method is:
1270 % Image *ReadPNGImage(const ImageInfo *image_info,ExceptionInfo *exception)
3953 static Image *ReadPNGImage(const ImageInfo *image_info,ExceptionInfo *exception)
3984 logging=LogMagickEvent(CoderEvent,GetMagickModule(),"Enter ReadPNGImage()");
4023 "exit ReadPNGImage() with error");
4034 "exit ReadPNGImage() with error.");
4072 (void) LogMagickEvent(CoderEvent,GetMagickModule(),"exit ReadPNGImage()");
7352 static Image *ReadPNGImage(const ImageInfo *image_info,ExceptionInfo *exception)
7365 return(ReadPNGImage(image_inf
3946 static Image *ReadPNGImage(const ImageInfo *image_info,ExceptionInfo *exception) function
7345 static Image *ReadPNGImage(const ImageInfo *image_info,ExceptionInfo *exception) function
[all...]

Completed in 671 milliseconds