Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

# BlueDress

```swift

let converter = YCbCrImageBufferConverter()
let bgraBuffer = try converter.convertToBGRA(imageBuffer: imageBuffer)

```

# Requirement

- Xcode12+
- Swift5.3