Versions in this module Expand all Collapse all v0 v0.2.5 Feb 12, 2024 v0.2.3 Feb 12, 2024 Changes in this version + func New(ctx operation.InitContext) (operation.Operation, error) + type Config struct + Input map[string]interface{} + Operation string + Params map[string]interface{} + type Input struct + Img image.Image + func (i *Input) FromMap(values map[string]interface{}) error + type Operation struct + func (a *Operation) Eval(inputs map[string]interface{}) (interface{}, error) + type Params struct + Algo string + Xsize int + Ysize int