File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed
Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change 11Package: magick
22Type: Package
33Title: Advanced Graphics and Image-Processing in R
4- Version: 2.8.8
4+ Version: 2.9.0
55Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "
[email protected] ",
66 comment = c(ORCID = "0000-0002-4035-0289"))
77Description: Bindings to 'ImageMagick': the most comprehensive open-source image
@@ -10,9 +10,8 @@ Description: Bindings to 'ImageMagick': the most comprehensive open-source image
1010 All operations are vectorized via the Magick++ STL meaning they operate either
1111 on a single frame or a series of frames for working with layers, collages,
1212 or animation. In RStudio images are automatically previewed when printed to
13- the console, resulting in an interactive editing environment. The latest
14- version of the package includes a native graphics device for creating
15- in-memory graphics or drawing onto images using pixel coordinates.
13+ the console, resulting in an interactive editing environment. Also includes
14+ a graphics device for creating drawing onto images using pixel coordinates.
1615License: MIT + file LICENSE
1716URL: https://docs.ropensci.org/magick/
1817 https://ropensci.r-universe.dev/magick
@@ -26,7 +25,7 @@ Imports:
2625 curl
2726LinkingTo: Rcpp
2827Suggests:
29- av (>= 0.3) ,
28+ av,
3029 spelling,
3130 jsonlite,
3231 methods,
@@ -38,7 +37,7 @@ Suggests:
3837 ggplot2,
3938 gapminder,
4039 IRdisplay,
41- tesseract (>= 2.0) ,
40+ tesseract,
4241 gifski
4342Encoding: UTF-8
4443RoxygenNote: 7.3.2
Original file line number Diff line number Diff line change 112.9.0
22 - Windows / MacOS: update ImageMagick stack
3-
4- 2.8.8
53 - New function image_virtual_pixel() (#417)
64
752.8.7
You can’t perform that action at this time.
0 commit comments