From the URL Image in Mail
I\'m adding image to mail view. It will show full image. But I want to calculate, proportionally change the height and width of the image.
UIImageView *imageView = [[[UIImageView alloc]initWithImage:[UIImage imageNamed:@"MyImage.png"]]autorelease]; NSLog(@"Size of my Image => %f, %f ", [[imageView image] size].width, [[imageView image] size].height) ;