-
Notifications
You must be signed in to change notification settings - Fork 5
/
DESCRIPTION
32 lines (32 loc) · 1.26 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
Package: rayimage
Type: Package
Title: Image Processing for Simulated Cameras
Version: 0.15.0
Authors@R: c(person("Tyler", "Morgan-Wall", email = "tylermw@gmail.com",
role = c("aut", "cph", "cre"), comment = c(ORCID = "0000-0002-3131-3814")),
person("Sean", "Barrett", role = c("ctb", "cph")))
Maintainer: Tyler Morgan-Wall <tylermw@gmail.com>
Description: Uses convolution-based techniques to generate simulated camera bokeh, depth of field, and other camera effects, using an image and an optional depth map. Accepts both filename inputs and in-memory array representations of images and matrices. Includes functions to perform 2D convolutions, reorient and resize images/matrices, add image andtext overlays, generate camera vignette effects, and add titles to images.
License: GPL-3
LazyData: true
Depends: R (>= 4.1.0)
Imports:
Rcpp,
png,
jpeg,
grDevices,
grid,
tiff,
systemfonts
Suggests:
magick,
testthat (>= 3.0.0),
ragg
LinkingTo: Rcpp, RcppArmadillo, progress
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)
Encoding: UTF-8
URL: https://www.rayimage.dev, https://github.com/tylermorganwall/rayimage
BugReports: https://github.com/tylermorganwall/rayimage/issues
Config/testthat/edition: 3
Config/build/compilation-database: true