Skip to content

Releases: gellston/LLE

LLEViewer 1.0

30 Dec 07:50

Choose a tag to compare

LLEViewer — Low-Light Enhancement Image Viewer (WPF / .NET 9.0)

LLEViewer is a small Windows desktop demo app for previewing Low-Light Enhancement (LLE) results.
It is built with WPF (Windows Presentation Foundation) on .NET 9.0, so it runs on Windows only.


Purpose

  • This application was created to demonstrate and validate the LLE.Managed.Cu118 library.
  • The original plan was to support Image / Video / Camera inputs, but due to limited development time the current version supports Image-only processing:
    Load Image → Run LLE → View Result.

Current Features

  • Load an image from disk
  • Run low-light enhancement using LLE.Managed.Cu118
  • Display the processed output (and optionally compare with the original)

Not Implemented Yet (Planned)

  • Video input (frame-by-frame processing + playback)
  • Camera input (real-time processing pipeline)
  • Performance and pipeline improvements (buffering, async processing)
  • Parameter controls (if exposed by the underlying library)

Requirements

  • Windows only (WPF-based application)
  • .NET 9.0
  • For redistribution, the Visual Studio 2026 Redistributable package is required
    (exact components may vary depending on your build/deployment configuration).