installr (version 0.21.3)

install.GraphicsMagick: Downloads and installs GraphicsMagick for windows

Description

Allows the user to downloads and install the latest version of GraphicsMagick for Windows.

Usage

install.GraphicsMagick(URL = "http://sourceforge.net/projects/graphicsmagick/",
  ...)

Arguments

URL

the URL of the ImageMagick download page.

...

extra parameters to pass to install.URL

Value

TRUE/FALSE - was the installation successful or not.

Details

GraphicsMagick is the swiss army knife of image processing. Comprised of 282K physical lines (according to David A. Wheeler's SLOCCount) of source code in the base package (or 964K including 3rd party libraries) it provides a robust and efficient collection of tools and libraries which support reading, writing, and manipulating an image in over 88 major formats including important formats like DPX, GIF, JPEG, JPEG-2000, PNG, PDF, PNM, and TIFF. This function downloads Win32 dynamic at 16 bits-per-pixel.

References

Examples

Run this code
# NOT RUN {
install.GraphicsMagick() # installs the latest version of GraphicsMagick
# }

Run the code above in your browser using DataLab