Image.Options.Resize (image v0.59.0)

View Source

Options and option validation for Image.resize/3.

Summary

Types

Options applicable to Image.resize/3

Types

resize_options()

@type resize_options() :: [
  center: boolean(),
  interpolate: Image.Kernel.t(),
  vertical_scale: float()
]

Options applicable to Image.resize/3

Functions

validate_options(options)

Validate the options for Image.resize/2.

See Image.Options.Resize.resize_options/0.