module Breadbin::Image

Overview

A module for wrapping functionality common to both Image::Hires and Image::Multicolor

Direct including types

Defined in:

breadbin/image.cr

Instance Method Summary

Instance Method Detail

def [](x : Int32, y : Int32) #

[View source]
def []=(x : Int32, y : Int32, color : Int32 | Color) #

[View source]
def cell_height : Int32 #

[View source]
def cell_width : Int32 #

[View source]
def colfix : String | Nil #

[View source]
def colfix=(colfix : String | Nil) #

[View source]
def convert_png(png : StumpyPNG::PNG, rect : Rectangle) #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def palette : Palette #

[View source]
def palette=(palette : Palette) #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]
def write_png(pathname : String) #

[View source]