image/jpeg.decoder.blackPix (field)
6 uses
image/jpeg (current package)
reader.go#L127: blackPix []byte
reader.go#L664: if d.blackPix != nil {
reader.go#L700: img.Pix[i] = 255 - d.blackPix[(y-bounds.Min.Y)*d.blackStride+(x-bounds.Min.X)]
reader.go#L725: {d.blackPix, d.blackStride},
scan.go#L45: d.blackPix = make([]byte, 8*h3*mxx*8*v3*myy)
scan.go#L501: dst, stride = d.blackPix[8*(by*d.blackStride+bx):], d.blackStride
![]() |
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. |