Allows the user to downloads and install the latest version of ImageMagick for Windows.
install.ImageMagick( URL = "https://www.imagemagick.org/script/download.php", ... )
URL | the URL of the ImageMagick download page. |
---|---|
... | extra parameters to pass to install.URL |
TRUE/FALSE - was the installation successful or not.
ImageMagick is a software suite to create, edit, compose, or convert bitmap images. It can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bezier curves. This function downloads Win32 dynamic at 16 bits-per-pixel.
ImageMagick homepage: http://www.imagemagick.org/script/index.php
if (FALSE) { install.ImageMagick() # installs the latest version of ImageMagick }