D
Davide
I need to load very big images (4096x4096 and even more), but when I try to
load it with:
Bitmap bm = new Bitmap(FileName);
it gives me the OutOfMemory Exception
This images is 4096x4096 with 1 bit depth stored as bmp images (in future
I'm going to load jpeg,gif and tiff)
and with Embedded visual Basic 3 I can load trem.
Does anyone know some limit/problem with .net cf ?
I think that at load time, the image is converted in RGB pixelformat so...
the image will be more times larger in bytes....but...I'm not sure.
Thanks Davide
load it with:
Bitmap bm = new Bitmap(FileName);
it gives me the OutOfMemory Exception
This images is 4096x4096 with 1 bit depth stored as bmp images (in future
I'm going to load jpeg,gif and tiff)
and with Embedded visual Basic 3 I can load trem.
Does anyone know some limit/problem with .net cf ?
I think that at load time, the image is converted in RGB pixelformat so...
the image will be more times larger in bytes....but...I'm not sure.
Thanks Davide