Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

get Image object from path name

Tags:

c#

.net

image

Given a path and filename how can I get the Image object:

Image image = ...(filename)
like image 785
leora Avatar asked Jan 11 '09 02:01

leora


1 Answers

If you're playing with images in memory, I've found that bobpowell.net has a GREAT site for GDI work in C#.

No.. I'm not related to, associated with or hired by Bob Powell. I just really enjoy his work. =)

like image 101
Jerry Avatar answered Oct 12 '22 02:10

Jerry