type image/jpeg.UnsupportedError
9 uses
image/jpeg (current package)
reader.go#L26: type UnsupportedError string
reader.go#L28: func (e UnsupportedError) Error() string { return "unsupported JPEG feature: " + string(e) }
reader.go#L30: var errUnsupportedSubsamplingRatio = UnsupportedError("luma/chroma subsampling ratio")
reader.go#L319: return UnsupportedError("number of components")
reader.go#L326: return UnsupportedError("precision")
reader.go#L647: err = UnsupportedError("unknown marker")
reader.go#L683: return nil, UnsupportedError("unknown color model: 4-component JPEG doesn't have Adobe APP14 metadata")
scan.go#L238: return UnsupportedError("excessive DC component")
scan.go#L503: return UnsupportedError("too many components")
 |
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. |