Package: magick
Type: Package
Title: Advanced Image-Processing in R
Version: 1.0
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen@berkeley.edu>
Description: Bindings to 'ImageMagick': the most comprehensive open-source image
    processing library available. Supports many common formats (png, jpeg, tiff,
    pdf, etc) and manipulations (rotate, scale, crop, trim, flip, blur, etc).
    All operations are vectorized via the Magick++ STL meaning they operate either
    on a single frame or a series of frames for working with layers, collages,
    or animation. In RStudio images are automatically previewed when printed to
    the console, resulting in an interactive editing environment. The latest 
    version of the package adds a native graphics device for creating graphics
    or drawing onto images using pixel coordinates.
License: MIT + file LICENSE
URL: https://github.com/ropensci/magick#readme
BugReports: https://github.com/ropensci/magick/issues
SystemRequirements: ImageMagick++: ImageMagick-c++-devel (rpm) or
        libmagick++-dev (deb)
VignetteBuilder: knitr
Imports: Rcpp (>= 0.12.12), curl
LinkingTo: Rcpp
Suggests: knitr, rmarkdown, magrittr, rsvg, webp, png, pdftools,
        ggplot2, raster, rgdal, gapminder, tesseract
RoxygenNote: 6.0.1
NeedsCompilation: yes
Packaged: 2017-08-04 22:57:11 UTC; jeroen
Repository: CRAN
Date/Publication: 2017-08-07 08:14:35 UTC
