PNG Corruption#
This is a very basic playground for corrupting PNGs by manipulating their headers.
How to use#
npm install
npm run dev
A very basic corruption is to scale the dimensions relative to the bit depth such as halving the width and doubling the bit depth. This results in data for every two pixels to be intrepreted as one pixel.