T
Tomppa
I have an ICOP board that has 128 onboard RAM.
When I call bmp = new Bitmap(FilePath); and the jpg that it is loading is
over 500K I get an out of Memory error.
I can load this larger jpg using ImageViewer or browing to it with IE
without errors.
This happens in debug mode and when I create a release build and run the exe
directly on the device
Why is this happening? Any suggestions on fixing this? I tried
GC.Collect() before loading the bmp and that did not help.
When I call bmp = new Bitmap(FilePath); and the jpg that it is loading is
over 500K I get an out of Memory error.
I can load this larger jpg using ImageViewer or browing to it with IE
without errors.
This happens in debug mode and when I create a release build and run the exe
directly on the device
Why is this happening? Any suggestions on fixing this? I tried
GC.Collect() before loading the bmp and that did not help.