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

EXC_BAD_ACCESS in M13ProgressViewImage #126

Open
ghost opened this issue Jan 10, 2018 · 1 comment
Open

EXC_BAD_ACCESS in M13ProgressViewImage #126

ghost opened this issue Jan 10, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 10, 2018

Hi!
Using iPad Air 2 iOS 11.1
I get EXC_BAD_ACCESS in M13ProgressViewImage.m at this line
//Convert to grayscale using luma coding: http://en.wikipedia.org/wiki/Grayscale#Converting_color_to_grayscale
uint8_t gray = (uint8_t)(0.3 * rgbaPixel[RED] + 0.59 * rgbaPixel[GREEN] + 0.11 * rgbaPixel[BLUE]);
by updating the progress of an image frequently (as the content downloads)

@swapniltoo
Copy link

Even I have the same issue.
Can someone help ASAP?

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

1 participant