Versions in this module Expand all Collapse all v1 v1.0.4 Jul 16, 2025 v1.0.3 Jun 14, 2025 v1.0.2 Jun 10, 2025 v1.0.1 May 14, 2025 Changes in this version + func ReduceHalf(width, height, nchannel int, src []byte, srcStride int, dst []byte, ...) + func YUV420pToRGB(width, height int, y, u, v []byte, strideY, strideU, strideV, strideRGB int, ...) + type YUVImage struct + Height int + U []byte + V []byte + Width int + Y []byte + func LoadYUVFiles(filenameY, filenameU, filenameV string, width, height int) (*YUVImage, error) + func (x *YUVImage) Clone() *YUVImage + func (x *YUVImage) CopyFrom(src *YUVImage) + func (x *YUVImage) CopyToCImageRGB(dst *cimg.Image) + func (x *YUVImage) ToCImageRGB() *cimg.Image + func (x *YUVImage) TotalBytes() int + func (x *YUVImage) UStride() int + func (x *YUVImage) VStride() int + func (x *YUVImage) YStride() int