Name | Description | |
---|---|---|
![]() ![]() | CreateAndRegisterFormat | Creates a new NImageFormat and registers it in the global image format registry. |
![]() | CreateDecoder | Creates a decoder for the image format. |
![]() | CreateEncoder | Creates an encoder for the image format. |
![]() | CreateEncoderSettings | Creates encoder settings for this image format. |
![]() ![]() | GetFileTypes | Overloaded. Gets an array that describes the allowed file formats for open/save file dialogs. All registered image formats are included. |
![]() ![]() | GetFromExtensionAndHeader | Returns the image format that matches the given extension and header or null if the image format is not currently supported by NOV. The header is evaluated first, if it's null or no match is found, the extension is evaluated. |
![]() ![]() | GetFromFileName | Returns the image format of the given file or null if the image format is not currently supported by NOV. |
![]() | GetImageInfo | Obtains image information (size, resolution, pixel format) from the specified encoded image data. |
![]() | MatchFormat | Checks whether the specified data is in this image format. |
![]() | SafeGetImageInfo | Obtains image information (size, resolution, pixel format) from the specified encoded image data. |