Reduce the size of a camera captured picture in c#
I want to know how to reduce the size of a camera captured picture in windows mobile. I would also like to know开发者_Python百科 how I can save it to a database and show it in picture box.
Chris Tacke had a great post about that:
http://blog.opennetcf.com/ctacke/2010/10/13/LoadingPartsOfLargeImagesInTheCompactFramework.aspx
It included zooming into the picture, but if you don't want that you could just leave that part of the implementation out.
精彩评论