Expand description
Kodak is a crate for image creation and manipulation. It aims to be easy to use, fast and well-documented.
Structs
A struct to represent colours
This struct is used to indicate dimensions of an image.
The Image struct is at the heart of Kodak. You’ll be using functions on this 95% of the time.
This struct is used to indicate locations on an image.
This struct is used to indicate a region, specified by a top-left Loc and a Dim.