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

/external/ImageMagick/MagickCore/
H A Dversion.c71 % GetMagickCopyright() returns the ImageMagick API copyright as a string.
73 % The format of the GetMagickCopyright method is:
75 % const char *GetMagickCopyright(void) function
78 MagickExport const char *GetMagickCopyright(void)
605 (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright());
H A Dmethods.h484 #define GetMagickCopyright PrependMagickMethod(GetMagickCopyright) macro

Completed in 90 milliseconds