You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any ideas as to what is causing this crash. I'm not sure the image type at the time of crash. It could be an APNG, gif, or jpeg.
Crash is on:
CGImageRef newImage = CGBitmapContextCreateImage(context);
in
CGImageRef YYCGImageCreateDecodedCopy(CGImageRef imageRef, BOOL decodeForDisplay) {
The text was updated successfully, but these errors were encountered:
Any ideas as to what is causing this crash. I'm not sure the image type at the time of crash. It could be an APNG, gif, or jpeg.
Crash is on:
CGImageRef newImage = CGBitmapContextCreateImage(context);
in
CGImageRef YYCGImageCreateDecodedCopy(CGImageRef imageRef, BOOL decodeForDisplay) {
The text was updated successfully, but these errors were encountered: