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

Options and option validation for Image.rotate/3.

Summary

Types

The options applicable to rotating an image.

Types

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

The options applicable to rotating an image.

Functions