# `Image.Kino`
[🔗](https://github.com/elixir-image/image/blob/v0.66.0/lib/kino.ex#L2)

Helper functions to simplify rendering images in Kino.

### Note

This module is only available if the optional dependency
[Kino](https://hex.pm/packages/kino) is configured in
`mix.exs`.

# `show`
*since 0.18.0* 

```elixir
@spec show(image :: Vix.Vips.Image.t(), options :: Keyword.t()) :: Kino.Image.t()
```

Renders an image in [Kino](https://hex.pm/packages/kino),

### Arguments

* `image` is any `t:Vix.Vips.Image.t/0`.

* `options` is a keyword list of options.

### Options

* `:max_height` determines the maximum height for the
  rendered image. The aspect ratio of the rendered
  image is unchanged.  The default is `200`.

### Returns

* `maybe_resized_image` of type `t:Kino.Image.t/0`.

---

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