Expand description
This crate provides Image, a data structure for representing and editing raster images.
The data format of a image is a sequence of ImageCommands.
§See also
- patica: Terminal based pixel art editor using this crate.
Structs§
- Color
- RGBA color.
- Image
- Raster image.
- Image
Command Reader ImageCommand
reader.- Image
Command Writer ImageCommand
writer.- Patch
Entry - Patch entry.
- Patch
Image Command - Patch command that is used to draw or erase pixels.
- Point
- A point in 2D space.
- Version
- Number of applied commands.
- Versioned
Image Image
with a log of appliedImageCommand
s.
Enums§
- Image
Command Image
command.