class CryMagick::Tool::Stream

Overview

@see http://www.imagemagick.org/script/stream.php

Defined in:

crymagick/tool/stream.cr

Constructors

Class Method Summary

Instance methods inherited from class CryMagick::Tool

+(*values) +, <<(arg) <<, args : Array(String) args, call : String
call(&)
call
, canvas(value)
canvas
canvas
, caption(value)
caption
caption
, clone(*args) clone, command command, executable executable, gradient(value)
gradient
gradient
, label(value)
label
label
, logo(value)
logo
logo
, merge!(new_args) merge!, name : String name, pango(value)
pango
pango
, pattern(value)
pattern
pattern
, plasma(value)
plasma
plasma
, radial_gradient(value)
radial_gradient
radial_gradient
, rose(value)
rose
rose
, send(name, *opts) send, stack(&) stack, stdin stdin, stdout stdout, text(value)
text
text
, xc(value)
xc
xc

Constructor methods inherited from class CryMagick::Tool

new(name : String, options : Hash(Symbol, Bool) = {} of Symbol => Bool) new

Class methods inherited from class CryMagick::Tool

build(name : String, &) : String build

Constructor Detail

def self.new(options : Hash(Symbol, Bool) = {} of Symbol => Bool) #

[View source]

Class Method Detail

def self.build(options : Hash(Symbol, Bool) = {} of Symbol => Bool, &) #

[View source]