# `Image.Options.New`
[🔗](https://github.com/elixir-image/image/blob/v0.65.0/lib/image/options/new.ex#L1)

Options for new images.

# `t`

```elixir
@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()
]
```

# `default_options`

# `set_default_bands`

# `validate_options`

Validate the options for `Image.new/2`.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
