std::compression::qoi

QOIDesc

struct QOIDesc
{
	uint width;
	uint height;
	QOIChannels channels;
	QOIColorspace colorspace;
}
Descriptor.
Contains information about an image.

Members

Methods