exr_type {picohdr} | R 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"))
[Package picohdr version 0.1.1 Index]