View Source Image.Options.Thumbnail (image v0.54.4)
Options and option validation for Image.thumbnail/3
.
Summary
Functions
Validate the options for Image.resize/2
.
Types
@type resize_dimension() :: :width | :height | :both
@type thumbnail_options() :: [ autorotate: boolean(), intent: Image.render_intent(), export_icc_profile: Image.Color.icc_profile(), import_icc_profile: Image.Color.icc_profile(), linear: boolean(), resize: resize_dimension(), height: pos_integer(), crop: Image.Options.Crop.crop_focus(), fit: :fill | :contain | :cover ]
Options applicable to Image.thumbnail/3
Functions
Validate the options for Image.resize/2
.