exr_type {picohdr} | R Documentation |
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.
exr_type
An object of class list
of length 23.
Refer to official OpenEXR documentation
# Create a v2f type
exr_type$v2f(c(12.1, 2.3))
# Create an attribute
exr_attrs(copyright = exr_type$string("mike"))