ZMJImageEditor icon indicating copy to clipboard operation
ZMJImageEditor copied to clipboard

buildClipImageShowHud得到的clipedImage的size与原始图片的size不同

Open ma125125t opened this issue 7 years ago • 2 comments

小于原始图片

ma125125t avatar Dec 27 '17 05:12 ma125125t

UIImage *image = [UIImage imageWithCGImage:tmp.CGImage scale:[UIScreen mainScreen].scale orientation:UIImageOrientationUp]; 建议改成 UIImage *image = [UIImage imageWithCGImage:tmp.CGImage scale:1 orientation:UIImageOrientationUp];

ma125125t avatar Jan 04 '18 06:01 ma125125t

also pull request @FFFang

keshiim avatar Apr 25 '18 08:04 keshiim