Files
celery/test_typography_fx.py
gilesb a29841f3c5
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m39s
Add shadow, gradient, rotation FX to JAX typography with pixel-exact precision
- Add gradient functions: linear, radial, and multi-stop color maps
- Add RGBA strip rotation with bilinear interpolation
- Add shadow compositing with optional Gaussian blur
- Add combined place_text_strip_fx_jax pipeline (gradient + rotation + shadow)
- Add 7 new S-expression bindings for all FX primitives
- Extract shared _composite_strip_onto_frame helper
- Fix rotation precision: snap trig values near 0/±1 to exact values,
  use pixel-center convention (dim-1)/2, and parity-matched output buffers
- All 99 tests pass with zero pixel differences

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 19:25:34 +00:00

15 KiB