A visual tool to demonstrate image compression by removing color information.
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.
- React + Vite
- TypeScript
- Tailwind CSS
git clone https://github.com/netshdev/monopixel.git
cd monopixel
npm install
npm run devMIT