mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
Actually call relevant builders
This commit is contained in:
@@ -469,7 +469,8 @@ public class Images : Scenario
|
||||
)
|
||||
{
|
||||
var encoder = new SixelEncoder ();
|
||||
|
||||
encoder.Quantizer.PaletteBuildingAlgorithm = GetPaletteBuilder ();
|
||||
encoder.Quantizer.DistanceAlgorithm = GetDistanceAlgorithm ();
|
||||
|
||||
// Calculate the target size in pixels based on console units
|
||||
int targetWidthInPixels = maxSize.Width * pixelsPerCellX;
|
||||
|
||||
Reference in New Issue
Block a user