package imageutil
Import Path
image/internal/imageutil (on golang.org and go.dev)
Dependency Relation
imports one package, and imported by 2 packages
Involved Source Files
d-> imageutil.go
impl.go
Exported Values
func
DrawYCbCr(dst *
image.
RGBA, r
image.
Rectangle, src *
image.
YCbCr, sp
image.
Point) (ok
bool)
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.
 |
The pages are generated with Golds v0.1.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project and developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |