diff --git a/DESCRIPTION b/DESCRIPTION index 5450a1a..fe78db1 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: magick Type: Package Title: Advanced Graphics and Image-Processing in R -Version: 2.8.3 +Version: 2.8.4 Authors@R: person("Jeroen", "Ooms", role = c("aut", "cre"), email = "jeroen@berkeley.edu", comment = c(ORCID = "0000-0002-4035-0289")) Description: Bindings to 'ImageMagick': the most comprehensive open-source image @@ -40,6 +40,6 @@ Suggests: tesseract (>= 2.0), gifski Encoding: UTF-8 -RoxygenNote: 7.3.0 +RoxygenNote: 7.3.2 Roxygen: list(load = "installed", markdown = TRUE) Language: en-US diff --git a/man/editing.Rd b/man/editing.Rd index f2d82ad..f579a9c 100644 --- a/man/editing.Rd +++ b/man/editing.Rd @@ -57,7 +57,8 @@ image_convert( depth = NULL, antialias = NULL, matte = NULL, - interlace = NULL + interlace = NULL, + profile = NULL ) image_data(image, channels = NULL, frame = 1) @@ -133,6 +134,8 @@ from \link{colorspace_types} for example \code{"gray"}, \code{"rgb"} or \code{"c \item{interlace}{string with \href{https://www.imagemagick.org/Magick++/Enumerations.html#InterlaceType}{interlace}} +\item{profile}{path to file with ICC color profile} + \item{channels}{string with image channel(s) for example \code{"rgb"}, \code{"rgba"}, \code{"cmyk"},\code{"gray"}, or \code{"ycbcr"}. Default is either \code{"gray"}, \code{"rgb"} or \code{"rgba"} depending on the image}