In .NET, the method Image.FromFile(string filename
) is used to creates an Image from the specified file.
But you have to be aware that Managed GDI+ has built-in encoders and decoders that support the following file types:
If the file does not have a valid image format or if GDI+ does not support the pixel format of the file, this method throws an OutOfMemoryException exception.