Package: magick
Type: Package
Title: Advanced Image-Processing in R
Version: 0.3
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <jeroen.ooms@stat.ucla.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.
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), curl
LinkingTo: Rcpp
Suggests: knitr, rmarkdown, magrittr, rsvg, webp, png, pdftools,
        ggplot2, raster
RoxygenNote: 5.0.1
NeedsCompilation: yes
Packaged: 2016-09-05 22:03:41 UTC; jeroen
Repository: CRAN
Date/Publication: 2016-09-06 08:03:42
