NevronOpenVision
Nevron.Nov.Graphics Namespace / NImageFormat Class


NImageFormat Class Methods

For a list of all members of this type, see NImageFormat members.

Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)Creates a new NImageFormat and registers it in the global image format registry.  
Public MethodCreates a decoder for the image format.  
Public MethodCreates an encoder for the image format.  
Public MethodCreates encoder settings for this image format.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Gets an array that describes the allowed file formats for open/save file dialogs. All registered image formats are included.  
Public Methodstatic (Shared in Visual Basic)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.  
Public Methodstatic (Shared in Visual Basic)Returns the image format of the given file or null if the image format is not currently supported by NOV.  
Public MethodObtains image information (size, resolution, pixel format) from the specified encoded image data.  
Public MethodChecks whether the specified data is in this image format.  
Public MethodObtains image information (size, resolution, pixel format) from the specified encoded image data.  
Top
Protected Methods
 NameDescription
Internal Methodstatic (Shared in Visual Basic)Overloaded.   
Internal Methodstatic (Shared in Visual Basic)Overloaded.   
Internal Methodstatic (Shared in Visual Basic)  
Top
See Also