This might work, tho check it for memory leaks, and I suspect it might be leaking:
https://gist.github.com/nicwise/890460 After that, you have a UIImage, so you can use .AsJpeg(quality) or .AsPNG() to get a compressed image out. If you are about quality over filesize, use PNG, it's lossless. JPEG is lossy, even at 100%. On 15 February 2013 09:21, Matronix <[email protected]> wrote: > I'm trying to be able to take a picture from an iPhone/iPad and then send the > picture to a server for processing. The issue I am having is that when I > take the picture it is 4mb plus and is just too large. I want to reduce the > file's size but not the quality. How would that be done? > > > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/Reduce-Image-Size-but-not-Quality-tp4658070.html > Sent from the MonoTouch mailing list archive at Nabble.com. > _______________________________________________ > MonoTouch mailing list > [email protected] > http://lists.ximian.com/mailman/listinfo/monotouch -- Nic Wise t. +44 7788 592 806 | @fastchicken b. http://www.fastchicken.co.nz/ _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
