Table of Contents

Property ImageLoader

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

ImageLoader

Gets or sets an optional callback that loads image data as UTF-8 encoded sixel payloads.

public Func<string, byte[]?>? ImageLoader { get; set; }

Property Value

Func<string, byte[]>

A function that accepts an image source path and returns sixel bytes, or null.