[]
Loads the metadata of an image from a System.IO.Stream.
public void LoadMetadata(Stream stream, ContainerFormat containerFormat)
Type | Name | Description |
---|---|---|
Stream | stream | The input stream. |
ContainerFormat | containerFormat | The image container format; use Unknown to detect the format automatically. |
Loads the metadata of an image from a file.
public void LoadMetadata(string fileName, ContainerFormat containerFormat)
Type | Name | Description |
---|---|---|
string | fileName | The input file name. |
ContainerFormat | containerFormat | The image container format; use Unknown to detect the format automatically. |