coder_info | R Documentation |
ImageMagick can be configured to support various additional tool and formats via external libraries. These functions show which features ImageMagick supports on your system.
coder_info(format)
magick_config()
magick_set_seed(seed)
format |
image format such as |
seed |
integer with seed value to use |
Note that coder_info
raises an error for unsupported formats.
https://www.imagemagick.org/Magick++/CoderInfo.html
coder_info("png")
coder_info("jpg")
coder_info("pdf")
coder_info("tiff")
coder_info("gif")
# Reproduce random image
magick_set_seed(123)
image_blank(200,200, pseudo_image = "plasma:fractal")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.