exr_info {picohdr} | R Documentation |
This will extract attributes from any of EXR file.
exr_info(filename, verbosity = 0)
filename |
EXR filename or connection |
verbosity |
verbosity. Default: 0 |
Named list of image attributes
filename <- system.file("image/rstats.exr", package = "picohdr")
exr_info(filename)