Mantis: Some image cannot be cropped when selecting from "My Photo Stream" album
When supplying an image directly from UIImagePickerController and from “My Photo Stream” album, some photos fails to crop
debugger logs: [Unknown process name] CGBitmapContextInfoCreate: CGColorSpace does't support output
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Comments: 24 (11 by maintainers)
Commits related to this issue
- Solve the problem of #12 When colorspace of a photo is not supported, use CGColorSpaceCreateDeviceRGB — committed to guoyingtao/Mantis by guoyingtao 5 years ago
@guoyingtao issue is now fixed, thanks
@guoyingtao Hi, setting it to
CGImageAlphaInfo.premultipliedFirst.rawValue
doesn’t fix it butCGImageAlphaInfo.premultipliedLast.rawValue
does fix it