Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

config

Magick Configuration


Description

ImageMagick can be configured to support various additional tool and formats via external libraries. These functions show which features ImageMagick supports on your system.

Usage

coder_info(format)

magick_config()

Arguments

format

image format such as png, tiff or pdf.

Details

Note that coder_info raises an error for unsupported formats.

References

Examples

coder_info("png")
coder_info("jpg")
coder_info("pdf")
coder_info("tiff")
coder_info("gif")

magick

Advanced Graphics and Image-Processing in R

v2.7.2
MIT + file LICENSE
Authors
Jeroen Ooms [aut, cre] (<https://orcid.org/0000-0002-4035-0289>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.