You can do it with CoreImage. For eg, I make thumbnails here, in code: https://github.com/nicwise/onthetelly
https://github.com/nicwise/onthetelly/blob/master/iplayeroffline/ImageHelper.cs One thing tho: if your image has EXIF data saying "it's upside down" or even "it's on it's side" this may not work as you expect :) On Tue, Nov 8, 2011 at 13:56, MilkyJoe <[email protected]> wrote: > My app has a folder of photos. I need to create a photo selector, where > thumbnails of the photos are presented in a horizontally scrolling view. > When the user clicks on a thumbnail they are taken to a full page view of > the photo. Well, that's the plan. > > How do I create thumbnails in MonoTouch? Do I have to pre-generate these, or > is there ome way to generate them on the fly? > > TRhanks > > -- > View this message in context: > http://monotouch.2284126.n4.nabble.com/How-to-create-thumbnails-tp4016047p4016047.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 | http://www.linkedin.com/in/nicwise b. http://www.fastchicken.co.nz/ Nearest Bus: find when the next bus is coming to your stop. http://goo.gl/Vcz1p mobileAgent (for FreeAgent): get your accounts in your pocket. http://goo.gl/IuBU Trip Wallet: Keep track of your budget on the go: http://goo.gl/ePhKa London Bike App: Find the nearest Boris Bike, and get riding! http://goo.gl/Icp2 _______________________________________________ MonoTouch mailing list [email protected] http://lists.ximian.com/mailman/listinfo/monotouch
