STPhotoKit icon indicating copy to clipboard operation
STPhotoKit copied to clipboard

选取的图片的像素点降低了

Open mrliuning opened this issue 9 years ago • 1 comments

选取的图片的像素点降低了,请问作者,怎么处理这个问题呢?

mrliuning avatar Dec 23 '16 07:12 mrliuning

将uiview + ST 的文件里下面这个方法中的

  • (UIImage *)imageFromViewWithFrame:(CGRect)frame { // UIGraphicsBeginImageContext(self.frame.size) UIGraphicsBeginImageContextWithOptions(self.frame.size, TRUE, [[UIScreen mainScreen] scale]); }

guchunhua avatar Sep 28 '17 03:09 guchunhua