class Tiff::Image

Defined in:

image.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pixels : Bytes, resolution : Resolution, pixel_format : PixelFormat) #

[View source]
def self.new #

[View source]

Instance Method Detail

def flush #

[View source]
def pixel_format : PixelFormat #

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

[View source]
def pixels : Bytes #

[View source]
def pixels=(pixels : Bytes) #

[View source]
def resolution : Resolution #

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

[View source]
def to_tiff : Tiff #

[View source]