pub const heif_colorspace_heif_colorspace_RGB: heif_colorspace = 1;
Expand description

heif_colorspace_RGB should be used with one of these heif_chroma values:

  • heif_chroma_444 (for planar RGB)
  • heif_chroma_interleaved_RGB
  • heif_chroma_interleaved_RGBA
  • heif_chroma_interleaved_RRGGBB_BE
  • heif_chroma_interleaved_RRGGBBAA_BE
  • heif_chroma_interleaved_RRGGBB_LE
  • heif_chroma_interleaved_RRGGBBAA_LE