class CryMagick::Tool::MogrifyRestricted

Defined in:

crymagick/tool/mogrify_restricted.cr

Instance Method Summary

Constructor methods inherited from class CryMagick::Tool::Mogrify

new(options = {} of Symbol => Bool) new

Class methods inherited from class CryMagick::Tool::Mogrify

build(options : Hash(Symbol, Bool) = {} of Symbol => Bool, &) build

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

Instance Method Detail

def format(*args) #

[View source]