qoi_dart library

Classes

QoiFile

Enums

PixelFormat

Functions

qoiDecode(Uint8List bytes, PixelFormat pixelFormat) QoiFile
Decode Uint8List to a QoiFile with the given PixelFormat as an output pixel format.
qoiEncode(Uint8List bytes, int width, int height, PixelFormat pixelFormat, [bool linearColorSpace = true]) Uint8List
Encode Uint8List with the given PixelFormat as an input pixel format