forked from ropensci/magick
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
33 lines (33 loc) · 1.11 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Package: magick
Type: Package
Title: Advanced Image-Processing in R
Version: 0.3.9000
Author: Jeroen Ooms
Maintainer: Jeroen Ooms <[email protected]>
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