mirror of
https://github.com/GoogleChromeLabs/squoosh.git
synced 2025-11-16 10:39:53 +00:00
Add QOI skeleton
This commit is contained in:
0
codecs/qoi/Makefile
Normal file
0
codecs/qoi/Makefile
Normal file
0
codecs/qoi/dec/qoi_dec.cpp
Normal file
0
codecs/qoi/dec/qoi_dec.cpp
Normal file
0
codecs/qoi/enc/qoi_enc.cpp
Normal file
0
codecs/qoi/enc/qoi_enc.cpp
Normal file
7
codecs/qoi/package.json
Normal file
7
codecs/qoi/package.json
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"name": "qoi",
|
||||||
|
"scripts": {
|
||||||
|
"build": "../build-cpp.sh"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user