HomeSort by relevance Sort by last modified time
    Searched defs:GetMagickCopyright (Results 1 - 2 of 2) sorted by null

  /external/ImageMagick/MagickCore/
version.c 71 % GetMagickCopyright() returns the ImageMagick API copyright as a string.
73 % The format of the GetMagickCopyright method is:
75 % const char *GetMagickCopyright(void)
78 MagickExport const char *GetMagickCopyright(void)
605 (void) FormatLocaleFile(file,"Copyright: %s\n",GetMagickCopyright());
methods.h 484 #define GetMagickCopyright PrependMagickMethod(GetMagickCopyright)
    [all...]

Completed in 220 milliseconds