Documentation ¶
Index ¶
- func DecodeURL(url *url.URL) (Pxl, *EncodingOptions, error)
- func EncodeGif(w io.Writer, pxl Pxl, opts *EncodingOptions) error
- func EncodeJpeg(w io.Writer, pxl Pxl, opts *EncodingOptions) error
- func EncodePng(w io.Writer, pxl Pxl, opts *EncodingOptions) error
- func EncodeSvg(w io.Writer, pxl Pxl, opts *EncodingOptions) error
- func EncodeTxt(w io.Writer, pxl Pxl, opts *EncodingOptions) error
- func EncodeURL(pxl Pxl, opts *EncodingOptions) *url.URL
- type EncodingOptions
- type Pxl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EncodeJpeg ¶
func EncodeJpeg(w io.Writer, pxl Pxl, opts *EncodingOptions) error
Types ¶
type EncodingOptions ¶
Click to show internal directories.
Click to hide internal directories.