Search results for 'GIF Image Loading'. 1 post(s) found.
- 2009/09/03 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 ?
Another posts included in "C#"
| How to convert bitmap image to jpeg image ? (0) | 2009/09/03 |
| How to display message box in C# (0) | 2009/09/03 |
| How to resize and save PNG or Jpeg Image file ? (0) | 2009/09/03 |
| Finding process name on OS (0) | 2008/09/22 |
| Convert System.DateTime to UNIX timestamp (0) | 2008/09/22 |
| Retrieve system information (0) | 2008/09/22 |
| How to rename(change file name) in C# ? (1) | 2008/03/12 |
| Find Files in certain directory (0) | 2008/02/25 |

Prev

Rss Feed