How can I make thumb images without cropping in iphone?

Take a look at MGImageUtilities from Matt Gemmell - MGImageUtilities.

Up vote 0 down vote favorite 1 share g+ share fb share tw.

I want to make thumb image with the size 200*151. I don't want to crop image. The thumb should be look like orignal image.

What's coding to do that? Iphone objective-c cocoa-touch iphone-sdk-4.0 link|improve this question asked Apr 5 '11 at 6:28Devang1,993629 81% accept rate.

Take a look at MGImageUtilities from Matt Gemmell - MGImageUtilities It's a couple categories on UIImage that provide methods for resizing images. You simply pass in a CGSize (for instance CGSize thumbnailSize = CGSizeMake(200.0f, 151.0f);) and it will return a resized image.

Hello just resize the frame of the imageView e.g. ImageView. Frame = CGRectMake(0,0,200,151); then crop the images of full size.. for cropping you can see the blogblog.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions