Expand description
This crate contains a re-export of the image crate and a few fundamental data types which all or almost all sic components interact with. The re-export of the image crate makes sure all components depend on the same version of the image crate, which is required for binary compatibility.
Re-exports§
Structs§
Enums§
- SicCore
Error - SicImage
- The fundamental image data structure in
sic
. An image can either be animated, in which case it consists of a collection ofimage::Frame
frames, or static, in which case it’s represented as animage::DynamicImage
.