Documentation ¶ Index ¶ type Bounds type Query func NewQueryFromGet(r *http.Request) *Query func (q *Query) Bounds() *Bounds func (q *Query) Crop() bool func (q *Query) FillColor() *color.Color func (q *Query) PreliminaryImageSource() string func (q *Query) Quality() int func (q *Query) UseWebP() bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Bounds ¶ type Bounds struct { W uint H uint } type Query ¶ type Query struct { // contains filtered or unexported fields } func NewQueryFromGet ¶ func NewQueryFromGet(r *http.Request) *Query func (*Query) Bounds ¶ func (q *Query) Bounds() *Bounds func (*Query) Crop ¶ added in v1.2.0 func (q *Query) Crop() bool func (*Query) FillColor ¶ func (q *Query) FillColor() *color.Color func (*Query) PreliminaryImageSource ¶ func (q *Query) PreliminaryImageSource() string func (*Query) Quality ¶ added in v1.2.0 func (q *Query) Quality() int func (*Query) UseWebP ¶ added in v1.4.0 func (q *Query) UseWebP() bool Source Files ¶ View all Source files query.go Click to show internal directories. Click to hide internal directories.