Skip to content

v1.2.0

Choose a tag to compare

@ModMaker101 ModMaker101 released this 19 May 03:16
· 6 commits to master since this release
99f5a8a

Update Summary

Transitions & Fading

  • Added fade/transition logic for color changes to enable smoother visual transitions.
  • Solid color frame detection introduced to optimize fading performance.

Color Processing Refactor

  • Separated column extraction from effect application for better modularity.
  • Optimized column processing:
    • Loop unrolling
    • Parallelism for performance boost

Configuration Changes

  • Constructor updated: CPUImageProcessor now requires a LightingConfig, allowing configurable fade speed.
  • fadeFactor changed from int to float (e.g., 0.9 instead of 3) to better support blending logic.

Code & Memory Management

  • Improved memory cleanup: Added proper disposal for newly allocated buffers.
  • General code cleanup:
    • Better LUT initialization
    • Value clamping
    • Added performance hints where applicable

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.2.0