package imageutil
import "image/internal/imageutil"
Package imageutil contains code shared by image-related packages.
Index ¶
Functions ¶
func DrawYCbCr ¶
DrawYCbCr draws the YCbCr source image on the RGBA destination image with r.Min in dst aligned with sp in src. It reports whether the draw was successful. If it returns false, no dst pixels were changed.
This function assumes that r is entirely within dst's bounds and the translation of r from dst coordinate space to src coordinate space is entirely within src's bounds.
Source Files ¶
- Version
- v1.24.0 (latest)
- Published
- Feb 10, 2025
- Platform
- linux/amd64
- Imports
- 1 packages
- Last checked
- 5 minutes ago –
Tools for package owners.