add_title: Add Title Function (deprecated)

View source: R/render_title.R

add_titleR Documentation

Add Title Function (deprecated)

Description

Add Title Function (deprecated)

Usage

add_title(...)

Arguments

...

Arguments to pass to render_title() function.

Value

A 3-layer RGB array of the processed image if filename = NULL and preview = FALSE. Otherwise, writes the image to the specified file or displays it if preview = TRUE.

Examples

#Deprecated add_title function. Will display a warning.
if(run_documentation()) {
render_title(dragon, preview = TRUE, title_text = "Dragon", title_size=20)
}

rayimage documentation built on April 3, 2025, 9:39 p.m.

Related to add_title in rayimage...