Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added support for kCGImageAlphaNoneSkipFirst
Summary: For kCGImageAlphaNoneSkipFirst type the FrameType::FORMAT_UNDEFINED == pixelFormat and the returning frame was nil. Adding support on kCGImageAlphaNoneSkipFirst by - setting FormatType to RGB32 - adding an if check in order to decide if we are gonna remove the first or the last element. Reviewed By: foivos-acc, janherling Differential Revision: D63696938 fbshipit-source-id: 2bb5afa7c759f47f42424af128c9d65172ec895c
- Loading branch information