Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IIIFParameters ¶
type IIIFParameters struct { Identifier string Region string Size string Rotation string Quality string Format string }
IIIFParameters ...
type IIIFQueryParser ¶
IIIFQueryParser ...
func NewIIIFQueryParser ¶
func NewIIIFQueryParser(uri string, opts *sanitize.Options) (*IIIFQueryParser, error)
func (*IIIFQueryParser) GetIIIFParameter ¶
func (p *IIIFQueryParser) GetIIIFParameter(key string) (string, error)
func (*IIIFQueryParser) GetIIIFParameters ¶
func (p *IIIFQueryParser) GetIIIFParameters() (*IIIFParameters, error)
Click to show internal directories.
Click to hide internal directories.