No description
  • C# 98.5%
  • PowerShell 0.8%
  • Shell 0.7%
Find a file
Maddo d76e133f18
Some checks failed
Build Windows Avalonia / build (push) Failing after 1m47s
Completely removed GDI
2026-05-28 20:27:05 +02:00
.forgejo/workflows Completely removed GDI 2026-05-28 20:27:05 +02:00
.github Completely removed GDI 2026-05-28 20:27:05 +02:00
.vscode Refactor application to remove Windows Forms dependencies and transition to Avalonia UI 2026-05-09 14:04:21 +02:00
Catalog.Communication feat: Update package references and enhance AI extraction service with CSV output functionality 2026-05-24 17:29:05 +02:00
Catalog.sln.ide ayy lmao 2016-07-04 16:45:45 +02:00
CatalogLite Completely removed GDI 2026-05-28 20:27:05 +02:00
docs Completely removed GDI 2026-05-28 20:27:05 +02:00
imagecatalog Completely removed GDI 2026-05-28 20:27:05 +02:00
MaddoShared Completely removed GDI 2026-05-28 20:27:05 +02:00
MaddoShared.Benchmarks Completely removed GDI 2026-05-28 20:27:05 +02:00
MaddoShared.ImageSharpTests Completely removed GDI 2026-05-28 20:27:05 +02:00
MaddoShared.Tests Completely removed GDI 2026-05-28 20:27:05 +02:00
.gitignore feat: Update .gitignore and project file to include TestArtifacts and local CUDA libraries for publish 2026-05-24 10:49:41 +02:00
.gitlab-ci.yml Completely removed GDI 2026-05-28 20:27:05 +02:00
.gitversion.yml Integrate GitVersion and add version provider abstraction 2026-02-14 21:14:06 +01:00
.upgrade-assistant 2024 reopening 2024-10-14 18:54:30 +02:00
Catalog.code-workspace feat: Update .gitignore and project file to include TestArtifacts and local CUDA libraries for publish 2026-05-24 10:49:41 +02:00
Catalog.sln.bak Gestione status dei thread 2021-03-04 10:44:09 +01:00
Catalog.slnx Catalog Lite 2026-05-26 21:47:55 +02:00
GitVersion.yml Modernize versioning and display in app and build output 2026-02-14 22:18:56 +01:00
NuGet.Config feat: Implement face encoder functionality with GPU support and recursive option 2026-05-09 12:09:05 +02:00
README.md Completely removed GDI 2026-05-28 20:27:05 +02:00
run-benchmarks.ps1 Add image processing benchmarks and UI folder open buttons 2026-02-14 19:20:25 +01:00
run-benchmarks.sh Add image processing benchmarks and UI folder open buttons 2026-02-14 19:20:25 +01:00

Catalog 3

Catalog Lite

CatalogLite/CatalogLite.csproj is a minimal Avalonia frontend for processing images from a saved XML configuration. It references MaddoShared, uses only the ImageSharp processor, and exposes only XML loading, source/destination folder selection, start/stop, and progress.

The build embeds an expiration date from the CatalogLiteExpirationDate MSBuild property:

dotnet publish CatalogLite/CatalogLite.csproj -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true -p:CatalogLiteExpirationDate=2026-12-31

The separate Forgejo workflow is .forgejo/workflows/build-catalog-lite.yml; run it manually and set expiration_date in yyyy-MM-dd format.