type image.YCbCrSubsampleRatio
8 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#L58: SubsampleRatio YCbCrSubsampleRatio
ycbcr.go#L141: func yCbCrSize(r Rectangle, subsampleRatio YCbCrSubsampleRatio) (w, h, cw, ch int) {
ycbcr.go#L169: func NewYCbCr(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *YCbCr {
ycbcr.go#L288: func NewNYCbCrA(r Rectangle, subsampleRatio YCbCrSubsampleRatio) *NYCbCrA {
image/jpeg
scan.go#L23: var subsampleRatio image.YCbCrSubsampleRatio
 |
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. |