image/jpeg.decoder.img1 (field)
8 uses
image/jpeg (current package)
reader.go#L125: img1 *image.Gray
reader.go#L660: if d.img1 != nil {
reader.go#L661: return d.img1, nil
scan.go#L15: d.img1 = m.SubImage(image.Rect(0, 0, d.width, d.height)).(*image.Gray)
scan.go#L149: if d.img1 == nil && d.img3 == nil {
scan.go#L491: dst, stride = d.img1.Pix[8*(by*d.img1.Stride+bx):], d.img1.Stride
![]() |
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. |