qoi-java icon indicating copy to clipboard operation
qoi-java copied to clipboard

A pure Java 8 implementation of Quite OK Image Format

Results 1 qoi-java issues
Sort by recently updated
recently updated
newest added

Whether I use `QOIUtil.readFile` vs `BitmapFactory.decodeFile` of Android, or I use `QOIUtil.readImage` vs `BitmapFactory.decodeStream` , it seems that Android's implementation is faster to parse PNG files over QOI: From inputStream...