const image/jpeg.maxComponents
6 uses
image/jpeg (current package)
reader.go#L47: maxComponents = 4
reader.go#L146: comp [maxComponents]component
reader.go#L147: progCoeffs [maxComponents][]block // Saved state between progressive-mode scans.
scan.go#L65: var scan [maxComponents]struct {
scan.go#L166: dc [maxComponents]int32
scan.go#L342: dc = [maxComponents]int32{}
![]() |
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. |