image/jpeg.decoder.baseline (field)
5 uses
image/jpeg (current package)
huffman.go#L105: if th > maxTh || (d.baseline && th > 1) {
reader.go#L138: baseline bool
reader.go#L608: d.baseline = marker == sof0Marker
scan.go#L97: if t := scan[i].td; t > maxTh || (d.baseline && t > 1) {
scan.go#L101: if t := scan[i].ta; t > maxTh || (d.baseline && t > 1) {
![]() |
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. |