W
woth
Hello guys,
I hope you can help me. I have the following line in my code:
this.Butterfly = new Bitmap("c:\\butterfly.jpg");
which is pretty simple. The problem is that the size of butterfly.jpg
is 70 megs
Of course, the program can't load it and i have the out
of memory exception.
My question is: how can I open that file? Please, give me some hints on
how to approach in this situation.
Thank you.
I hope you can help me. I have the following line in my code:
this.Butterfly = new Bitmap("c:\\butterfly.jpg");
which is pretty simple. The problem is that the size of butterfly.jpg
is 70 megs

of memory exception.
My question is: how can I open that file? Please, give me some hints on
how to approach in this situation.
Thank you.