`
咖啡动力
  • 浏览: 435326 次
  • 性别: Icon_minigender_2
  • 来自: 北京
社区版块
存档分类
最新评论

图片缩放

 
阅读更多
// int h = image.size.height;
// int w = image.size.width;
// // if(h <= 320 && w <= 480)
//// {
////
//// }
//// else
//// {
// //float b = (float)320/w < (float)480/h ? (float)320/w : (float)480/h;
// //float b=0.5f;
// CGSize itemSize = CGSizeMake(w/2, h/2);
// UIGraphicsBeginImageContext(itemSize);
// CGRect imageRect = CGRectMake(0, 0, w/2, h/2);
// [image drawInRect:imageRect];
// image = UIGraphicsGetImageFromCurrentImageContext();
// UIGraphicsEndImageContext();
// //}
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics