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

Options and option validation for Image.rotate/3.

Link to this section Summary

Types

The options applicable to rotating an image.

Link to this section Types

@type rotation_options() :: [
  idy: float(),
  idx: float(),
  ody: float(),
  odx: float(),
  background: Image.pixel()
]

The options applicable to rotating an image.

Link to this section Functions