Skip to content

netshdev/MonoPixel

Repository files navigation

MonoPixel

A visual tool to demonstrate image compression by removing color information.

Overview

MonoPixel strips hue and saturation data from images to convert them to grayscale. It calculates and visualizes the space saved by this process, helping compare file sizes between full-color and monochrome versions.

DEMO

Demo Demo 2

Stack

  • React + Vite
  • TypeScript
  • Tailwind CSS

Running Locally

git clone https://github.com/netshdev/monopixel.git
cd monopixel
npm install
npm run dev

License

MIT

About

Remove color information to compress images efficiently. See how much space you save by going grayscale.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published