class Crixel::SixelImage

Defined in:

crixel.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(width : UInt32, height : UInt32) #

[View source]

Instance Method Detail

def height : UInt32 #

[View source]
def height=(height : UInt32) #

[View source]
def pixels : Array(UInt32) #

[View source]
def pixels=(pixels : Array(UInt32)) #

[View source]
def render #

[View source]
def render_full #

[View source]
def render_naive #

[View source]
def render_naive_full #

[View source]
def set(x, y, color : UInt32) #

[View source]
def set_target(io : IO) #

[View source]
def target : IO #

[View source]
def target=(target : IO) #

[View source]
def width : UInt32 #

[View source]
def width=(width : UInt32) #

[View source]
def write(msg : String) #

[View source]