Crate flic

Source
Expand description

This crate provides routines for encoding and decoding Autodesk Animator FLI and Autodesk Animator Pro FLC files.

Re-exports§

pub use flic::FlicFile;
pub use flic::FlicFileWriter;

Modules§

codec
FLIC encoding and decoding subroutines.
ffi
Foreign function interface.
flic
FLIC implementation.
pstamp
FLIC postage stamp implementation.

Structs§

Raster
Raster structure.
RasterMut
Mutable raster structure.

Enums§

FlicError

Type Aliases§

FlicResult