Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / INImageFormatProvider Interface
Properties Methods

In This Topic
    INImageFormatProvider Interface Members
    In This Topic

    The following tables list the members exposed by INImageFormatProvider.

    Public Properties
     NameDescription
     PropertyGets the file extensions supported by the image format without the dot. For example: "png", "jpg", "gif", etc.  
     PropertyGets the image type.  
     PropertyGets the MIME (Multipurpose Internet Mail Extensions) type of the image format.  
     PropertyGets the name of the image format.  
    Top
    Public Methods
     NameDescription
     MethodCreates a decoder for the image format.  
     MethodCreates an encoder for the image format.  
     MethodCreates default encoder settings for this image format.  
     MethodChecks whether the specified data is in this image format.  
    Top
    See Also