Exiffer.PNG.Chunk.ICCP (exiffer v0.6.4)

Copy Markdown

Summary

Functions

binary(iccp)

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

new(data)

text(iccp)

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

write(item, io_device)