M13ProgressSuite icon indicating copy to clipboard operation
M13ProgressSuite copied to clipboard

EXC_BAD_ACCESS in M13ProgressViewImage

Open ghost opened this issue 7 years ago • 1 comments

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)

ghost avatar Jan 10 '18 07:01 ghost

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

swapniltoo avatar May 22 '18 09:05 swapniltoo