Module delta

Module delta 

Source
Expand description

Inter-frame Delta Compression. Inter-frame Delta Compression.

Structs§

DeltaOptions
Options for delta compression. Options for configuring the delta compression engine.
FrameDelta
Represents the difference between two consecutive frames.

Functions§

find_delta_fuzzy
Finds the smallest bounding box and maps pixels to transparent if they are “close enough” to the previous frame’s color.