Search results for 'Jpeg Image Loading'. 1 post(s) found.

  1. 2009/09/03 To load image from file
2009/09/03 09:02

To load image from file


In order to load image from file in C#, you can load them as following way. The image type could be Jpeg, GIF, Bitmap(BMP), as well as PNG.

Image m_source = Image.FromFile( 'the file name you need to load');

Isn't it simple ?
Trackback 0 Comment 0

Trackback : Cannot send a trackbact to this post.