gavinbunney / Toucan

Fabulous Image Processing in Swift
MIT License
2.44k stars 224 forks source link

Crash on iOS 11 #62

Open carmelogallo opened 6 years ago

carmelogallo commented 6 years ago

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 using Toucan(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?

hernangonzalez commented 6 years ago

I had the same crash though on iOS 10 while no reports on 11 yet.

SamboVisal commented 6 years ago

same here...