hi, i am new to iphone SDK.i am getting image like
UIImage *image = [[UIImage alloc] initWithData:[NSData dataWithContentsOfURL:[NSURL URLWithString:@"http://www.google.com/1.jpg"]]];
but how can i reduce height and width without using UIImageview?