ImagePlugin::GetImageTypeName
Defined in:
Returns the name of the file type supported by an image plugin.
C4Plugins.h
Prototype
virtual const char *GetImageTypeName(void) const = 0;
Description
The GetImageTypeName
function returns the human-readable name of the file type supported by an image import or image export plugin. This name is displayed to the user when a choice among importers or exporters can be made.The
GetImageTypeName
function must be overridden by final subclasses of the ImagePlugin
class.
See Also