Constant flic::codec::FLI_COPY [] [src]

pub const FLI_COPY: u16 = 16

Magic for a FLI_COPY chunk - No Compression.

This chunk contains an uncompressed image of the frame. The number of pixels following the chunk header is exactly the width of the animation times the height of the animation. The data starts in the upper left corner with pixels copied from left to right and then top to bottom. This type of chunk is created when the preferred compression method (SS2 or BRUN) generates more data than the uncompressed frame image; a relatively rare situation.