@marmooo/color-reducer
v0.1.1
Published
Reduce colors of images.
Downloads
14
Readme
Color Reducer
Reduce colors of images.
GUI
Usage
import {
MedianCut,
OctreeQuantization,
UniformQuantization,
} from "npm:@marmooo/color-reducer";
new MedianCut(uint8, width, height).apply(256);
new OctreeQuantization(uint8, width, height).apply(256);
new UniformQuantization(uint8, width, height).apply(256);Test
deno test --allow-read
deno bench --allow-read
deno run --allow-read lib/mse.tsBuild
bash build_opencvjs.sh
bash build.shLicense
MIT
