ImagePlugin::GetImageResourceDescriptor
Defined in:
Returns the resource descriptor for the file type supported by an image plugin.
C4Plugins.h
Prototype
const ResourceDescriptor *GetImageResourceDescriptor(void) const = 0;
Description
The GetImageResourceDescriptor
function returns a pointer to a permanent resource descriptor corresponding to the file type supported by an image import or image export plugin.The
GetImageResourceDescriptor
function must be overridden by final subclasses of the ImagePlugin
class.
See Also