struct StumpyTGA::ImageSpec

Defined in:

stumpy_tga/header.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(x_origin : UInt16, y_origin : UInt16, width : UInt16, height : UInt16, pixel_depth : UInt8, descriptor : UInt8) #

[View source]

Class Method Detail

def self.from_io(io : IO, bf) #

[View source]

Instance Method Detail

def descriptor : UInt8 #

def descriptor=(descriptor : UInt8) #

def height : UInt16 #

def height=(height : UInt16) #

def pixel_depth : UInt8 #

def pixel_depth=(pixel_depth : UInt8) #

def to_io(io : IO, bf) #

[View source]
def width : UInt16 #

def width=(width : UInt16) #

def x_origin : UInt16 #

def x_origin=(x_origin : UInt16) #

def y_origin : UInt16 #

def y_origin=(y_origin : UInt16) #