Lines Matching refs:GetMimeInfo
211 % GetMimeInfo() attempts to classify the content to identify which mime type
214 % The format of the GetMimeInfo method is:
216 % const MimeInfo *GetMimeInfo(const char *filename,
233 MagickExport const MimeInfo *GetMimeInfo(const char *filename,
469 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
565 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
1024 mime_info=GetMimeInfo(filename,(unsigned char *) " ",1,exception);