Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GDI+ : construct Image from an IStream

Status
Not open for further replies.

esdee

Programmer
Apr 12, 2001
143
0
0
US
im trying to construct an GDI+ Image object from an IStream;
the IStream is created on global memory successfully and assigned valid image data but, when i try
image = ::new Image(stream)

laststatus says something about wrong/incorrect arguments
("InvalidParameter" i think)

has anybody tried this ?
 
it turned out the problem was in the GIF image data that i tried to supply Image with
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top