rOpenSci | New in Magick 0.3

New in Magick 0.3

A new version of the ropensci magick package has been released to CRAN. Magick is a package for Advanced Image-Processing in R. It wraps the ImageMagick STL which is perhaps the most comprehensive open-source image processing library available today. Our original announcement has more details.

🔗 New features

This new version now includes a beautiful vignette which gives an overview of the main functionality to get you started! It lists the various formats, transformations, effects, operations and much more.

RStudio Screenshot

The vignette also explains how to use magick with raster graphics. This new functionality makes it possible to overlay images on R’s graphics device.

🔗 Installing and Updating

The package is most easily installed from CRAN:

install.packages("magick")

When installing from source make sure the Magick++ library is available on your system.