Desktop application for managing tracked image and media libraries on Windows: scanning, backups, staging, archiving, WebP compression, discrepancy checks, and related workflows. Built with WPF on .NET 8.
- Windows
- .NET 8 (runtime for published builds; SDK for development)
dotnet build ImageManager.sln -c Releasedotnet run --project ImageManager.App/ImageManager.App.csprojPublished versions are built from GitHub Actions when the application version in ImageManager.App/ImageManager.App.csproj is increased. See Releases for installers and zip packages.
The app can check for updates from the toolbar (Check for updates) or on startup (when not running under a debugger).
The shipping version is defined by the <Version> property in ImageManager.App/ImageManager.App.csproj.
This project is licensed under the MIT License. See LICENSE.