pub fn normalize_frames(options: NormalizeOptions) -> Result<NormalizeOutput>Expand description
Normalize one PNG or a directory of PNG frames onto a shared canvas.
This is typically used before importing animation frames into a game engine so that position changes between actions stay visually stable.