gilesb 89d8f4f464 Add invert effect with frame-by-frame API
Color inversion effect using new PEP 723 format:
- Inverts pixel values (255 - pixel)
- Intensity parameter for blending (0.0-1.0)
- Supports parameter binding to analysis data

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-12 06:28:03 +00:00
2026-01-07 01:13:04 +00:00
2026-01-07 01:13:04 +00:00
2026-01-07 01:13:04 +00:00

Art DAG - Effects

Custom effects for the Art DAG engine.

Effects

Effect Description Output Hash
dog Returns dog.mkv regardless of input 772f26f9...

Structure

dog/
├── README.md         # Documentation
├── requirements.txt  # Dependencies
├── effect.py         # Implementation
└── test_effect.py    # Automated tests

Running Tests

cd dog && python -m pytest test_effect.py -v

Owner

@giles@artdag.rose-ash.com

Description
No description provided
Readme 31 KiB
Languages
Python 100%