class StumpyGIF::ImageDescriptor
Defined in:
stumpy_gif/image_descriptor.cr
Constructors
Instance Method Summary
Constructor Detail
def self.
new(width, height)
#
Instance Method Detail
def
height=(height : UInt16)
#
def
interlace_flag : Bool
#
def
interlace_flag=(interlace_flag : Bool)
#
def
lct_flag=(lct_flag : Bool)
#
def
lct_size_value : UInt8
#
def
lct_size_value=(lct_size_value : UInt8)
#
def
left_position : UInt16
#
def
left_position=(left_position : UInt16)
#
def
sort_flag=(sort_flag : Bool)
#
def
top_position : UInt16
#
def
top_position=(top_position : UInt16)
#
def
width=(width : UInt16)
#