image/jpeg.decoder.blackStride (field)
6 uses
image/jpeg (current package)
reader.go#L128: blackStride int
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#L46: d.blackStride = 8 * h3 * mxx
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. |