![]()  | 
  
    Paradox Game Engine
    v1.0.0 beta06
    
   | 
 
The structure contains functionpointers that make up a FreeImage plugin. More...
Public Attributes | |
| FormatProc | formatProc | 
| Delegate to a function that returns a string which describes the plugins format.  More... | |
| DescriptionProc | descriptionProc | 
| Delegate to a function that returns a string which contains a more detailed description.  More... | |
| ExtensionListProc | extensionListProc | 
| Delegate to a function that returns a comma seperated list of file extensions the plugin can read or write.  More... | |
| RegExprProc | regExprProc | 
| Delegate to a function that returns a regular expression that can be used to idientify whether a file can be handled by the plugin.  More... | |
| OpenProc | openProc | 
| Delegate to a function that opens a file.  More... | |
| CloseProc | closeProc | 
| Delegate to a function that closes a previosly opened file.  More... | |
| PageCountProc | pageCountProc | 
| Delegate to a function that returns the number of pages of a multipage bitmap if the plugin is capable of handling multipage bitmaps.  More... | |
| PageCapabilityProc | pageCapabilityProc | 
| UNKNOWN  More... | |
| LoadProc | loadProc | 
| Delegate to a function that loads and decodes a bitmap into memory.  More... | |
| SaveProc | saveProc | 
| Delegate to a function that saves a bitmap.  More... | |
| ValidateProc | validateProc | 
| Delegate to a function that determines whether the source is a valid image.  More... | |
| MimeProc | mimeProc | 
| Delegate to a function that returns a string which contains the plugin's mime type.  More... | |
| SupportsExportBPPProc | supportsExportBPPProc | 
| Delegate to a function that returns whether the plugin can handle the specified color depth.  More... | |
| SupportsExportTypeProc | supportsExportTypeProc | 
| Delegate to a function that returns whether the plugin can handle the specified image type.  More... | |
| SupportsICCProfilesProc | supportsICCProfilesProc | 
| Delegate to a function that returns whether the plugin can handle ICC-Profiles.  More... | |
The structure contains functionpointers that make up a FreeImage plugin.
| CloseProc FreeImageAPI.Plugins.Plugin.closeProc | 
| DescriptionProc FreeImageAPI.Plugins.Plugin.descriptionProc | 
| ExtensionListProc FreeImageAPI.Plugins.Plugin.extensionListProc | 
| FormatProc FreeImageAPI.Plugins.Plugin.formatProc | 
| LoadProc FreeImageAPI.Plugins.Plugin.loadProc | 
| MimeProc FreeImageAPI.Plugins.Plugin.mimeProc | 
| OpenProc FreeImageAPI.Plugins.Plugin.openProc | 
| PageCapabilityProc FreeImageAPI.Plugins.Plugin.pageCapabilityProc | 
| PageCountProc FreeImageAPI.Plugins.Plugin.pageCountProc | 
| RegExprProc FreeImageAPI.Plugins.Plugin.regExprProc | 
| SaveProc FreeImageAPI.Plugins.Plugin.saveProc | 
| SupportsExportBPPProc FreeImageAPI.Plugins.Plugin.supportsExportBPPProc | 
| SupportsExportTypeProc FreeImageAPI.Plugins.Plugin.supportsExportTypeProc | 
| SupportsICCProfilesProc FreeImageAPI.Plugins.Plugin.supportsICCProfilesProc | 
| ValidateProc FreeImageAPI.Plugins.Plugin.validateProc |