class CryMagick::Tool
- CryMagick::Tool
- Reference
- Object
Direct Known Subclasses
- CryMagick::Tool::Animate
- CryMagick::Tool::Compare
- CryMagick::Tool::Composite
- CryMagick::Tool::Conjure
- CryMagick::Tool::Convert
- CryMagick::Tool::Display
- CryMagick::Tool::Identify
- CryMagick::Tool::Import
- CryMagick::Tool::Mogrify
- CryMagick::Tool::Montage
- CryMagick::Tool::Stream
Defined in:
crymagick/tool.crcrymagick/tool/animate.cr
crymagick/tool/compare.cr
crymagick/tool/composite.cr
crymagick/tool/conjure.cr
crymagick/tool/convert.cr
crymagick/tool/display.cr
crymagick/tool/identify.cr
crymagick/tool/import.cr
crymagick/tool/mogrify.cr
crymagick/tool/mogrify_restricted.cr
crymagick/tool/montage.cr
crymagick/tool/stream.cr
Constant Summary
-
CREATION_OPERATORS =
["xc", "canvas", "logo", "rose", "gradient", "radial-gradient", "plasma", "pattern", "label", "caption", "text", "pango"] of ::String
Constructors
Class Method Summary
Instance Method Summary
- #+(*values)
- #<<(arg)
- #args : Array(String)
- #call : String
- #call(&)
- #canvas(value)
- #canvas
- #caption(value)
- #caption
- #clone(*args)
- #command
- #executable
- #gradient(value)
- #gradient
- #label(value)
- #label
- #logo(value)
- #logo
- #merge!(new_args)
- #name : String
- #pango(value)
- #pango
- #pattern(value)
- #pattern
- #plasma(value)
- #plasma
- #radial_gradient(value)
- #radial_gradient
- #rose(value)
- #rose
- #send(name, *opts)
- #stack(&)
- #stdin
- #stdout
- #text(value)
- #text
- #xc(value)
- #xc
Macro Summary
-
method_missing(call)
Currently notification about dynamically generated methods will be printed out to stdout during compilation
Constructor Detail
Class Method Detail
Instance Method Detail
Macro Detail
macro method_missing(call)
#
Currently notification about dynamically generated methods will be printed out to stdout during compilation