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

Most upvoted comments

@guoyingtao issue is now fixed, thanks

@guoyingtao Hi, setting it to CGImageAlphaInfo.premultipliedFirst.rawValue doesn’t fix it but CGImageAlphaInfo.premultipliedLast.rawValue does fix it