Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/noppefoxwolf/bluedress
The library for convert Pixel format of CVPixelBuffer that can convert YCbCr to bgra using GPU.
https://github.com/noppefoxwolf/bluedress
Last synced: 29 days ago
JSON representation
The library for convert Pixel format of CVPixelBuffer that can convert YCbCr to bgra using GPU.
- Host: GitHub
- URL: https://github.com/noppefoxwolf/bluedress
- Owner: noppefoxwolf
- Created: 2020-07-20T18:59:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-05-08T12:14:04.000Z (over 1 year ago)
- Last Synced: 2024-05-02T05:45:59.326Z (7 months ago)
- Language: Swift
- Homepage:
- Size: 22.5 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BlueDress
```swift
let converter = YCbCrImageBufferConverter()
let bgraBuffer = try converter.convertToBGRA(imageBuffer: imageBuffer)```
# Requirement
- Xcode12+
- Swift5.3