this repo has no description
TypeScript 73.5%
CSS 15.8%
Nix 5.9%
HTML 4.6%
Shell 0.3%
1 1 0

Clone this repository

https://tangled.org/falxie.gay/png-corruption
git@knot.falxie.gay:falxie.gay/png-corruption

For self-hosted knots, clone URLs may differ based on your setup.

README.md

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.