Releases: BlackAsLight/qoi
Releases · BlackAsLight/qoi
v0.1.3
Full Changelog: v0.1.2...v0.1.3
This update improves QOIEncoderStream
and QOIDecoderStream
; offering it similar performance to encodeQOI
and decodeQOI
for only slightly more overhead. Bad performance can still be found when passing in incredibly small chunks, but that bad performance is at least 2x as good as the original version.
v0.1.2
Full Changelog: v0.1.1...v0.1.2
This release introduces the encodeQOI
and decodeQOI
functions. A sync version of the existing streaming versions, and ones that are, respectively, 30x and 135x faster than their streaming counterparts.
v0.1.1
fix: docs for scoring
v0.1.0
Create publish.yaml