| options {magick} | R Documentation |
Magick Options
Description
List option types and values supported in your version of ImageMagick. For descriptions see ImageMagick Enumerations.
Usage
magick_options()
magick_fonts()
option_types()
filter_types()
metric_types()
dispose_types()
compose_types()
colorspace_types()
channel_types()
image_types()
kernel_types()
noise_types()
gravity_types()
orientation_types()
morphology_types()
style_types()
decoration_types()
compress_types()
distort_types()
dump_option_info(option = "font")
Arguments
option |
one of the option_types |
Details
The dump_option_info function is equivalent to calling convert -list [option] on
the command line. It does not return anything, it only makes ImageMagick print
stuff to the console, use only for debugging.
References
ImageMagick Manual: Enumerations
See Also
Other image:
_index_,
analysis,
animation,
attributes(),
color,
composite,
defines,
device,
edges,
editing,
effects(),
fx,
geometry,
morphology,
ocr,
painting,
segmentation,
transform(),
video
[Package magick version 2.8.4 Index]