Documentation ¶
Overview ¶
Package gamma provides a imageserver/http.Parser implementation for imageserver/image/gamma.CorrectionProcessor.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CorrectionParser ¶
type CorrectionParser struct{}
CorrectionParser is a imageserver/http.Parser implementation for imageserver/image/gamma.CorrectionProcessor.
It takes the boolean "gamma_correction" param from the HTTP URL query.
func (*CorrectionParser) Parse ¶
func (parser *CorrectionParser) Parse(req *http.Request, params imageserver.Params) error
Parse implements imageserver/http.Parser.
func (*CorrectionParser) Resolve ¶
func (parser *CorrectionParser) Resolve(param string) string
Resolve implements imageserver/http.Parser.
Click to show internal directories.
Click to hide internal directories.