-
Notifications
You must be signed in to change notification settings - Fork 100
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
Not work with iPhone 6 simulator #6
Comments
I'm sorry I won't be able to respond to you for at least two week as I am in vacation. I will respond once I have returned and recovered. Thanks in advance, Omid Hashemi |
Blocked from this problem too difficult. unsigned char * data = malloc (_height * _width * 4); Under part data [outIndex] = [self safe: r]; So after I fix the build. |
Fix: -(id) convolve:(NSArray *) kernel {
// if(outData) free(outData);
} |
Tried both methods. The second one by sprite2005 seemed to work better. Thank you. You should probably update the code in the repo |
The code is now updated. Thank you to all of you! |
Hi, Omid Hashemi
Thanks for your effort for the amazing library, but lately I 'm trying to run my app on iPhone 6 simulator, It halt with a EXEC_BAD_ACCESS on this line
any hint help me work through this?
many thanks
Jason.
The text was updated successfully, but these errors were encountered: