Class SixelEncoder | Terminal.Gui v2 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Encodes a images into the sixel console image output format.

public class SixelEncoder

Inheritance

object

SixelEncoder

Inherited Members

object.Equals(object)

object.Equals(object, object)

object.GetHashCode()

object.GetType()

object.MemberwiseClone()

object.ReferenceEquals(object, object)

object.ToString()

Properties

Quantizer

Gets or sets the quantizer responsible for building a representative limited color palette for images and for mapping novel colors in images to their closest palette color

Methods

EncodeSixel(Color[,])

Encode the given bitmap into sixel encoding

Edit this page