# `Exiffer.PNG.Chunk.ICCP`

# `binary`

```elixir
@spec binary(%Exiffer.PNG.Chunk.ICCP{
  compressed_profile: binary(),
  compression_method: integer(),
  name: integer()
}) :: binary()
```

# `new`

# `text`

```elixir
@spec text(%Exiffer.PNG.Chunk.ICCP{
  compressed_profile: binary(),
  compression_method: integer(),
  name: String.t()
}) :: String.t()
```

# `write`

---

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