class ImgKit::Image

Defined in:

imgkit.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String) #

[View source]

Instance Method Detail

def blur(sigma, radius = 0.0) #

[View source]
def crop(width = 0, height = 0, x = 0, y = 0) #

[View source]
def destroy : Bool #

[View source]
def destroy? #

[View source]
def finish #

[View source]
def height : UInt64 #

[View source]
def info #

[View source]
def path : String #

[View source]
def path=(path : String) #

[View source]
def resize(width = 0, height = 0, filter = LibMagickWand::FilterTypes::Lanczos2Filter) #

[View source]
def save(path) #

[View source]
def width : UInt64 #

[View source]
def wrapper_exception(status, &) #

[View source]