51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#UIImageJPEGRepresentation
利用UIImageJPEGRepresentation与UIGraphicsBeginImageContext进行图片压缩的简单比较
NSData*imageData= UIImageJPEGRepresentation(self.uploadImage,0.75);//图片按0.75的质量压缩-》转换为NSDataNSString*file_name=[TimeUtil getDateStringWithFormat:@"yyy...
代码星球
·
2020-06-27
利用
UIImageJPEGRepresentation
UIGraphicsBeginImageContext
进行
图片
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他