Documentation ¶
Index ¶
- func DefaultEncode(deps Deps, w io.Writer, img Image, s Save) error
- func DoCrop(crop Crop, img image.Image) (image.Image, error)
- func GetExtension(deps Deps, pth string) (string, error)
- type Buffer
- type Crop
- type Decoder
- type DecoderFunc
- type Decoders
- type Deps
- type Encode
- type EncodeError
- type FontConfig
- type FontID
- type Image
- type Inputs
- type LoadKind
- type Loader
- type Op
- type OpKind
- type Path
- type Resolver
- type Rotate
- type Save
- type Step
- type StepKind
- type Task
- type TaskResolver
- type Tasks
- type Text
- type Transform
- type UnrecognizedEncoding
- type WorkFlow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Decoders ¶
func DefaultDecoders ¶
func DefaultDecoders() Decoders
type EncodeError ¶
func (EncodeError) Error ¶
func (e EncodeError) Error() string
type FontConfig ¶
type Inputs ¶
func (*Inputs) UnmarshalJSON ¶
type Resolver ¶
type Resolver struct { Decode DecoderFunc Encode Encode }
type TaskResolver ¶
type Text ¶
type UnrecognizedEncoding ¶
type UnrecognizedEncoding string
func (UnrecognizedEncoding) Error ¶
func (e UnrecognizedEncoding) Error() string
Click to show internal directories.
Click to hide internal directories.