class Tiff::Tile

Defined in:

tile.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file : File, descriptions : Description, offset : UInt32, byteCounts : UInt32, fullSize : Int32) #

[View source]

Instance Method Detail

def pixel_fomat : PixelFormat #

[View source]
def pixel_fomat=(pixel_fomat : PixelFormat) #

[View source]
def resolution : Resolution #

[View source]
def resolution=(resolution : Resolution) #

[View source]
def to_image : Image #

[View source]