Home | History | Annotate | Download | only in MagickCore

Lines Matching defs:GetMimeInfo

212 %  GetMimeInfo() attempts to classify the content to identify which mime type
215 % The format of the GetMimeInfo method is:
217 % const MimeInfo *GetMimeInfo(const char *filename,
234 MagickExport const MimeInfo *GetMimeInfo(const char *filename,
470 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
566 p=GetMimeInfo((char *) NULL,(unsigned char *) "*",0,exception);
1027 mime_info=GetMimeInfo(filename,(unsigned char *) " ",1,exception);