core/image/qoi

qoi

Types

6

QOI_Opcode_Tag

QOI_Opcode_Tag :: enum u8 { // 2-bit tags INDEX = 0, // 6-bit index into color array follows DIFF = 64, // 3x (RGB) 2-bit difference follows (-2..1), bias of 2. LUMA = 128, // Luma difference RUN = 192, // Run length encoding, bias -1 // 8-bit tags RGB = 254, // Raw RGB pixel follows RGBA = 255, // Raw RGBA pixel follows }Source

Constants

2

Procedures

7

Procedure Groups

2

Reference search

Find anything

Documentation preferences

Settings

System theme variants

Used only while Theme is set to System.