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")
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