Crate png_glitch

Crate png_glitch 

Source

Structs§

PngGlitch
PngGlitch is a crate to create a glitched PNG image. Please refer to “The Art of PNG glitch” for the description about what glitched PNG is.
ScanLine
A struct representing a scan line in a PNG image.

Enums§

FilterType
An enum representing the filter type of a scan line.

Traits§

Transpose
The trait provides a method to copy a chunk of scan lines from a location to another.