New in Magick 0.3
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.
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.
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.
R-bloggers.com offers daily e-mail updates about R news and tutorials about learning R and many other topics. Click here if you're looking to post or find an R/data-science job.
Want to share your content on R-bloggers? click here if you have a blog, or here if you don't.