This repository was archived by the owner on Nov 5, 2025. It is now read-only.
What's Changed
- Remove horizontal_cleaner
- remove bilateral cuda
- Rewrite BlurMatrix by @Ichunjo in #47
- rewrite min_blur, sbr, remove blur
- Fix ExprOp usage by @Ichunjo in #48
- Simplify ExprOp.convolution call by @Ichunjo in #49
- BlurMatrixBase: add temporal support by @Ichunjo in #50
- rewrite soothe
- Extend contrasharpening functionality
- Fix miscellaneous stuff broken by recent changes by @Ichunjo in #51
- Fix median_blur by @Ichunjo in #52
- flux_smooth: switch to zsmooth
- Add fine_sharp
- add BlurMatrixBase in
__all__by @Ichunjo in #54 - box_blur: add support for temporal mode
- add temporal support for gauss_blur, min_blur, sbr & median_blur
- Bring back downscale approximation in gauss_blur by @Ichunjo in #56
- update rgtools blur enum names
- removegrain: switch to zsmooth when possible by @Ichunjo in #58
New Contributors
Full Changelog: v1.8.1...v1.9.0