View Source Image.Options.New (image v0.54.4)
Options for new images.
Summary
Functions
Validate the options for Image.new/2
.
Types
@type t() :: [ bands: pos_integer(), format: Image.BandFormat.t(), interpretation: Image.Interpretation.t(), color: float() | Image.pixel(), x_res: number(), y_res: number(), x_offset: number(), y_offset: number() ]