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.
- Scan
Line - A struct representing a scan line in a PNG image.
Enums§
- Filter
Type - 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.