Skip to content

v0.2.0

Latest

Choose a tag to compare

@jStrider jStrider released this 29 Mar 00:04

body-align v0.2.0

New features

  • --batch DIR — Process whole DIR/YYYY-MM-DD/front.jpg directory structure
    • --since DATE — Filter by date
    • --overwrite — Overwrite existing aligned files
    • --dry-run — Preview what would be processed
  • Extended align options
    • --views front,back,profile — Process only selected views
    • --format jpg|png — Output format (default: jpg)
    • --quality 1-100 — JPEG quality (default: 92)
    • --no-force-align — Skip segmentation second pass
    • --pose-model lite|full|heavy — MediaPipe model choice
    • --stats — Print alignment metrics
    • --json — Machine-readable JSON output
    • --config FILE — Load options from YAML file
  • compare subcommand — Side-by-side comparison image
  • timelapse subcommand — MP4 or GIF timelapse from aligned photos
  • verify subcommand — Alignment consistency checker (warns if variance > 20px)

Backward compatibility

The align_photos() Python API remains fully backward-compatible.