View Source Turbojpeg.JpegHeader (turbojpeg v0.4.0)

Structure representing JPEG image header information.

Summary

Types

t()

The header contains the following information

Types

@type t() :: %Turbojpeg.JpegHeader{
  format: Turbojpeg.format(),
  height: Turbojpeg.dimension(),
  width: Turbojpeg.dimension()
}

The header contains the following information:

  • width - The width of the image.
  • height - The height of the image.
  • format - The pixel format of the image.