[
About ImageMagick
] [ Command-line Tools Processing Options Usage Program Interfaces MagickWand MagickCore PerlMagick Magick++ Architecture ] [ Install from Source Unix Windows Binary Releases Unix Mac OS X Windows Resources ] [ Download ] [ Site Map Links ] [ Sponsors: ] |
GetMagickCopyright() returns the ImageMagick API copyright as a string. The format of the GetMagickCopyright method is: const char *GetMagickCopyright(void) GetMagickHomeURL() returns the ImageMagick home URL. The format of the GetMagickHomeURL method is: char *GetMagickHomeURL(void) GetMagickPackageName() returns the ImageMagick package name. The format of the GetMagickName method is: const char *GetMagickName(void) No parameters are required. GetMagickQuantumDepth() returns the ImageMagick quantum depth. The format of the GetMagickQuantumDepth method is: const char *GetMagickQuantumDepth(unsigned long *depth) A description of each parameter follows: depththe quantum depth is returned as a number. GetMagickQuantumRange() returns the ImageMagick quantum range. The format of the GetMagickQuantumRange method is: const char *GetMagickQuantumRange(unsigned long *range) A description of each parameter follows: rangethe quantum range is returned as a number. GetMagickReleaseDate() returns the ImageMagick release date. The format of the GetMagickReleaseDate method is: const char *GetMagickReleaseDate(void) No parameters are required. GetMagickVersion() returns the ImageMagick API version as a string and as a number. The format of the GetMagickVersion method is: const char *GetMagickVersion(unsigned long *version) A description of each parameter follows: versionthe ImageMagick version is returned as a number. |