retraigo / monke

Color quantization and dithering in TypeScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

monke

An image-related module in TypeScript.

Check https://deno.land/x/monke/mod.ts for documentation.

Supports:

  • Recoloring an image with a different palette
  • Recoloring an image with dithering
  • Quantizing a palette
  • Image filters (blur, grayscale, invert, etc)

Provides a class Color for general color-related stuff. Color has been moved to retraigo/colors

Refer the examples directory for usage.

About

Color quantization and dithering in TypeScript.

License:MIT License


Languages

Language:TypeScript 100.0%