meeyamo Posted February 2, 2004 Posted February 2, 2004 When loading an Image from a stream (either via New Bitmap(stream) or Image.FromStream(stream)) - I usually get it to work. For some reason, some images give me an "Invalid parameter" exception. The streams are of perfectally okay images (and they are of GIF files, on the other hand, most GIFs do work for me) - they work when outputted directly to IE. What's wrong? Is it a special GIF version that is messing it up? Why is there no more information on the matter? Quote
NK2000 Posted February 2, 2004 Posted February 2, 2004 maybe you have to tell the constructor the format of the image? did you test that? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.