FromFile

FromFile(string)

Create an image from the file .

public static IImage FromFile(string filename)

See Also


FromFile(string, bool)

Create an image from the file

public static IImage FromFile(string filename, bool useEmbeddedColorManagement)

See Also