A web-based tool for visualizing bitmap compression algorithms with interactive animations and debugging tools. Users can observe how different compression strategies affect data storage and compare their algorithm output with expected results.
- Interactive compression animations
- Support for multiple algorithms (WAH, BBC, PLWAH, VAL)
- Live compression of user input
- Step-through debugging & diff checker
- Adjustable compression parameters
- Clone the repository
git clone https://github.com/benmccamish/351visualization.git
cd 351visualization- Open index.html in the browser.
View the live site: Bitmap Compression Visualizer