C4 Engine
C4 Engine API Documentation

ImagePlugin::GetImageTypeName

Defined in:  C4Plugins.h
Returns the name of the file type supported by an image plugin.
Prototype

virtual const char *GetImageTypeName(voidconst = 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

ImagePlugin::GetImageResourceDescriptor