func image/internal/imageutil.DrawYCbCr
2 uses
image/internal/imageutil (current package)
impl.go#L16: func DrawYCbCr(dst *image.RGBA, r image.Rectangle, src *image.YCbCr, sp image.Point) (ok bool) {
image/jpeg
reader.go#L697: imageutil.DrawYCbCr(img, bounds, d.img3, bounds.Min)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project 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. |