Crate sic_core[][src]

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

pub use image;

Modules

errors

Structs

AnimatedImage

Enums

SicImage

The fundamental image data structure in sic. An image can either be animated, in which case it consists of a collection of image::Frame frames, or static, in which case it's represented as an image::DynamicImage.