exr_type: Functions for creating valid EXR type objects

exr_typeR Documentation

Functions for creating valid EXR type objects

Description

This is a list of functions for creating EXR objects of a particular EXR type. Each function does checks for argument validity and calculates size information required for EXR output.

Usage

exr_type

Format

An object of class list of length 23.

Details

Refer to official OpenEXR documentation

Examples

# Create a v2f type
exr_type$v2f(c(12.1, 2.3))

# Create an attribute
exr_attrs(copyright = exr_type$string("mike"))

picohdr documentation built on Oct. 28, 2024, 5:08 p.m.