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
I just got a crash CGBitmapContextCreate: invalid data bytes/row: should be at least 12096 for 8 integer bits/component, 3 components, kCGImageAlphaNoneSkipLastusingToucan(image: image).resize(size, fitMode: .crop).imagefrom an image taken with the camera.
Same build is working in iOS 10.3.3 but is crashing on 11.1.1
Any help?
The text was updated successfully, but these errors were encountered:
Hi guys!
I just got a crash
CGBitmapContextCreate: invalid data bytes/row: should be at least 12096 for 8 integer bits/component, 3 components, kCGImageAlphaNoneSkipLast
usingToucan(image: image).resize(size, fitMode: .crop).image
from an image taken with the camera.Same build is working in iOS 10.3.3 but is crashing on 11.1.1
Any help?
The text was updated successfully, but these errors were encountered: