Objective C从远程url下载图片方法汇总
ObjectiveC从远程url下载图片
-(UIImage*)getImageFromURL:(NSString*)theURL{
UIImage*theImage=NULL;
NSString*imageFileName=[BT_stringsgetFileNameFromURL:theURL];
NSData*imageData=[[NSDataalloc]initWithContentsOfURL:[NSURLURLWithString:theURL]];
theImage=[[UIImagealloc]initWithData:imageData];
[BT_fileManagersaveImageToFile:theImagefileName:imageFileName];
returntheImage;
}
objectiveC从远程地址获取图片并修改尺寸
NSString*imageURL=[NSStringstringWithFormat:@"http://theimageurl.com/?id=%@",[[resultsEntriesobjectAtIndex:0]objectForKey:@"image_large"]]; NSData*imageData=[[NSDataalloc]initWithContentsOfURL:[NSURLURLWithString:imageURL]]; UIImage*image=[[UIImagealloc]initWithData:imageData]; //resizeimage CGSizenewSize=CGSizeMake(100,100); UIGraphicsBeginImageContext(newSize);//aCGSizethathasthesizeyouwant [imagedrawInRect:CGRectMake(0,0,newSize.width,newSize.height)]; //imageistheoriginalUIImage UIImage*newImage=UIGraphicsGetImageFromCurrentImageContext(); UIGraphicsEndImageContext(); imageHeight=image.size.height; [imageMainsetImage:newImage]; [imageDatarelease]; [imagerelease];
以上所述就是本文的全部内容了,希望大家能够喜欢。
热门推荐
10 五一公司放假祝福语简短
11 追星女孩的祝福语简短
12 给长辈端午祝福语 简短
13 生日祝福语有诗意简短
14 团圆日祝福语简短
15 中秋商务祝福语简短最新
16 温暖文艺简短祝福语短句
17 男孩上学祝福语简短的
18 入住酒店文案祝福语简短