exr_info {picohdr}R Documentation

Extract the metadata from an EXR file

Description

This will extract attributes from any of EXR file.

Usage

exr_info(filename, verbosity = 0)

Arguments

filename

EXR filename or connection

verbosity

verbosity. Default: 0

Value

Named list of image attributes

Examples

filename <- system.file("image/rstats.exr", package = "picohdr")
exr_info(filename)

[Package picohdr version 0.1.1 Index]