std::compression::qoi

QOIChannels

enum QOIChannels : char (char id)
{
	AUTO = 0,
	RGB = 3,
	RGBA = 4
}
Channels.
The channels used in an image.
AUTO can be used when decoding to automatically determine
the channels from the file's header.

Values & Associated values

Methods