获取image 实际的像素值-

———————————获取image 实际的像素值——————–

1
2
3
let image = UIImage(named: "foot_me”) //图是取2x 的图 是40*40 image?.size.width得到是20*20 1x 尺寸
let size = CGSizeMake(CGFloat(CGImageGetWidth(image!.CGImage)), CGFloat(CGImageGetHeight(image!.CGImage)))
let image_W = size.width// 这个是实际的图片的宽度

Author

陈昭

Posted on

2016-08-24

Updated on

2021-12-27

Licensed under

You need to set install_url to use ShareThis. Please set it in _config.yml.
You forgot to set the business or currency_code for Paypal. Please set it in _config.yml.

Kommentare

You forgot to set the shortname for Disqus. Please set it in _config.yml.