Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
449 views
in Technique[技术] by (71.8m points)

swift4 ,如何获取UIImage 图片的大小?

swift 获取UIimage 图片 大小

 **let** data: Data = UIImageJPEGRepresentation(image!,0.5)!

 **let** imageSize: Float = Float(data.count/1024)

 print("图片原来的尺寸:(imageSize) kb")

这个方法好像有问题。。输入 1 输入 0.5 都不准


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...