[]
Initializes a new instance of the FastMetadataEncoder class from a BitmapDecoder
public static FastMetadataEncoder Create(ImagingFactory factory, BitmapDecoder decoder)
Type | Name | Description |
---|---|---|
ImagingFactory | factory | The factory. |
BitmapDecoder | decoder | The decoder. |
Type | Description |
---|---|
FastMetadataEncoder |
Initializes a new instance of the FastMetadataEncoder class from a BitmapFrameDecode
public static FastMetadataEncoder Create(ImagingFactory factory, BitmapFrameDecode frameDecoder)
Type | Name | Description |
---|---|---|
ImagingFactory | factory | The factory. |
BitmapFrameDecode | frameDecoder | The frame decoder. |
Type | Description |
---|---|
FastMetadataEncoder |