View Source Image.Options.Resize (image v0.33.0)

Options and option validation for Image.resize/3.

Link to this section Summary

Types

Options applicable to Image.resize/3

Link to this section Types

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

Options applicable to Image.resize/3

Link to this section Functions