type image.YCbCrSubsampleRatio
7 uses
image (current package)
ycbcr.go#L12: type YCbCrSubsampleRatio int
ycbcr.go#L15: YCbCrSubsampleRatio444 YCbCrSubsampleRatio = iota
ycbcr.go#L23: func (s YCbCrSubsampleRatio) String() string {
ycbcr.go#L59: SubsampleRatio YCbCrSubsampleRatio
ycbcr.go#L147: func yCbCrSize(r Rectangle, subsampleRatio YCbCrSubsampleRatio) (w, h, cw, ch int) {
ycbcr.go#L175: func NewYCbCr(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr {
ycbcr.go#L299: func NewNYCbCrA(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA {
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |