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

加载本地的图片时,进入到这个方法getAverageColor会崩溃 #2

Open
steveYan909 opened this issue Jun 7, 2017 · 2 comments

Comments

@steveYan909
Copy link

No description provided.

@steveYan909
Copy link
Author

NSInteger redMean = redSum / totalPopulation;
NSInteger greenMean = greenSum / totalPopulation;
NSInteger blueMean = blueSum / totalPopulation;

totalPopulation = 0

@tangdiforx
Copy link
Owner

把图片发给我吧,我在本地debug一下,QQ564531504

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