Jake Archibald
a6477b82fc
wip
...
# Conflicts:
# codecs/cpp.Dockerfile
# codecs/imagequant/example.html
# codecs/webp/dec/webp_dec.d.ts
# codecs/webp/dec/webp_dec.js
# codecs/webp/dec/webp_dec.wasm
# codecs/webp/enc/webp_enc.d.ts
# codecs/webp/enc/webp_enc.js
# codecs/webp/enc/webp_enc.wasm
# package-lock.json
# package.json
# src/codecs/tiny.webp
# src_old/codecs/encoders.ts
# src_old/codecs/processor-worker/tiny.avif
# src_old/codecs/processor-worker/tiny.webp
# src_old/codecs/tiny.webp
# src_old/components/compress/index.tsx
# src_old/lib/util.ts
# src_old/sw/util.ts
2020-09-16 10:08:50 +01:00
Velu S Gautam
dfee848a39
Update example.html ( #827 )
...
rawImage is a Uint8ClampedArray and doesn't have width and height property.
2020-09-16 07:42:32 +01:00
Ingvar Stepanyan
93cbe557cd
Simplify memory management for other C++ codecs
2020-07-28 16:35:00 +01:00
Surma
e3b1b08424
Make WebP decoder use memory views ( #145 )
...
* Make WebP decoder use memory views
* Update webp_dec README
* Port quantizer to memory views as well
2018-08-21 13:29:53 +01:00
Jake Archibald
ef4094885e
Easter egg ( #123 )
...
* lol zx quant
* Adding ZX option
* Improving colour selection so we don't end up with the same colour twice. Also fixing a bug with the colour conflict resolution.
* Putting it behind a konami code
* Better comments
* Adding comment
* Removing unnecessary malloc.
2018-08-06 12:42:23 +01:00
Surma
dce4fc70ac
Clean up imagquant codec
2018-08-01 12:19:44 +01:00
Surma
9d5ad83ff8
Transpile libimagequant
2018-07-30 15:51:57 +01:00