Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ma125125t opened this issue Dec 27, 2017 · 2 comments

Comments

@ma125125t
Copy link

小于原始图片

@ma125125t
Copy link
Author

ma125125t commented Jan 4, 2018

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

@keshiim
Copy link
Owner

keshiim commented Apr 25, 2018

also pull request @fffang

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants