szlsay/STPhotoKit

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

Opened this issue · 1 comments

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

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

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