View Source Image.Options.Rotate (image v0.54.4)
Options and option validation for Image.rotate/3
.
Summary
Types
The options applicable to rotating an image.
Functions
Validate the options for Image.rotate/3
.
Types
@type rotation_options() :: [ idy: float(), idx: float(), ody: float(), odx: float(), background: Image.pixel() ]
The options applicable to rotating an image.
Functions
Validate the options for Image.rotate/3
.