abstract class Hpdf::Raw::Image

Direct Known Subclasses

Defined in:

hpdf/raw_image.cr

Constructors

Instance Method Summary

Constructor Detail

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

create a new in-memory image


[View source]

Instance Method Detail

def color_space : Hpdf::ColorSpace #

[View source]
def height : UInt32 #

[View source]
def to_unsafe #

[View source]
def width : UInt32 #

[View source]