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")