colconv 0.1.0

SIMD-dispatched color-conversion kernels covering the FFmpeg AVPixelFormat space, with a Sink-based API so consumers pick which derived outputs (RGB / Luma / HSV / custom) they want without paying for the ones they don't.
Documentation

colconv

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 19 feature flags, 17 of them enabled by default.

default

frame (default)

std (default)

bayer (default)

gbr (default)

gray (default)

mono (default)

rgb (default)

rgb-float (default)

rgb-legacy (default)

v210 (default)

xyz (default)

y2xx (default)

yuv-444-packed (default)

yuv-packed (default)

yuv-planar (default)

yuv-semi-planar (default)

yuva (default)

alloc

libm