摘要:
+ (UIImage *)blurWithCoreImage:(UIImage *)sourceImage withFrame:(CGRect)frame{ CIImage *inputImage = [CIImage imageWithCGImage:sourceImage.CGImage]; ... 阅读全文
摘要:
+ (UIImage *)takeSnapshotOfView:(UIView *)view{ CGFloat reductionFactor = 1; UIGraphicsBeginImageContext(CGSizeMake(view.frame.size.width/reductionF... 阅读全文