-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the pngsmasher wiki!
pngsmasher is a tool written by andreweathan in C# that applies stylised corruption to images, which can be controlled with many command-line parameters!
This wiki will explain what each of the parameters do, along with visual examples for the parameters that need it.
You'll see something like this often on the wiki:
int
, percent
, and bool
are "types" i made up for convenience, that describe what the parameters should be set to.
Plaintext (input.png
)
Integer (whole number, like 2, 7, -5, and so on)
Real number (Can be whole, can be not: 7, 5, or 3.14156)
Integer percentage, from 0 to 100
On/off switch.
The wiki shows something like -/+bg
, but remember that to turn a bool parameter on, write +bg
, and to turn it off, write -bg
.
The difference between + and - only applies to bools, using + is invalid for other types!
To be honest, i copy-pasted this wiki from my pngf***er wiki to save time, so some of the examples here may not actually be the same as what pngf***er would output, but the purpose of the examples is to visually show what each parameter does. I'll check and update the examples whenever i can!