Documentation ¶
Overview ¶
Package crop provides a imageserver/image.Processor implementation that allows to crop Image.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Processor ¶
type Processor struct{}
Processor is a imageserver/image.Processor implementation that allows to crop Image.
All params are extracted from the "crop" node param and are mandatory:
- min_x: top-left X
- min_y: top-left Y
- max_x: bottom-right X
- max_y: bottom-right Y
Click to show internal directories.
Click to hide internal directories.