class Crpreview::ImageData

Overview

Wrapper around MagickWand that opens an image and extracts the data

Defined in:

image_renderer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(file_path : String) #

[View source]

Instance Method Detail

def close : Void #

[View source]
def height : LibC::SizeT #

[View source]
def pixels : Pointer(UInt8) #

[View source]
def pixels=(pixels : Pointer(UInt8)) #

[View source]
def rowstride : LibC::SizeT #

[View source]
def width : LibC::SizeT #

[View source]