View Source Image.BandFormat (image v0.8.0)

Functions to define and validate the band formats of an image.

Link to this section Summary

Link to this section Types

@type t() ::
  {:u, 8}
  | {:s, 8}
  | {:u, 16}
  | {:s, 16}
  | {:u, 32}
  | {:s, 32}
  | {:u, 64}
  | {:s, 64}
  | {:f, 32}
  | {:f, 64}

Link to this section Functions