Closed MrKev312 closed 2 months ago
Code cleanup and feature enhancement.
Simplified image loading logic and added new banner processing functionality.
CoverArtGenerator.cs
using
JustDanceEditor.Converter.Files
.tga
GetBackground
ProcessBanner
GetWeightedAverage
AddGreenChannel
PR Classification
Code cleanup and feature enhancement.
PR Summary
Simplified image loading logic and added new banner processing functionality.
CoverArtGenerator.cs
: Removedusing
directive forJustDanceEditor.Converter.Files
.CoverArtGenerator.cs
: Removed.tga
file extension from image paths.CoverArtGenerator.cs
: SimplifiedGetBackground
method to load images directly and added fallback toProcessBanner
.CoverArtGenerator.cs
: AddedProcessBanner
method for banner image processing with helper methodsGetWeightedAverage
andAddGreenChannel
.