I use SHLoadImageFile to open a large jpg file captured by DC, but fail.
The file is too large. How can I open the file to a fixed size, such as 320*480?
Thanks!
hello, Faace
OpenNETCF.Drawing.Imaging.ImageUtils.CreateThumbnail method can be used to load parts of the large image.
You can download SDF here: http://www.opennetcf.com/Default.aspx?tabid=65
And take a look at the sample "\Program Files\Smart Device Framework\Samples\Samples\CSharp\SDFImaging"
Good Luck!