exr_info: Extract the metadata from an EXR file

View source: R/exr-info.R

exr_infoR 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)

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