# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "picohdr" in publications use:' type: software license: MIT title: 'picohdr: Read, Write and Manipulate High Dynamic Range Images' version: 0.1.1 doi: 10.32614/CRAN.package.picohdr abstract: High Dynamic Range (HDR) images support a large range in luminosity between the lightest and darkest regions of an image. To capture this range, data in HDR images is often stored as floating point numbers and in formats that capture more data and channels than standard image types. This package supports reading and writing two types of HDR images; PFM (Portable Float Map) and OpenEXR images. HDR images can be converted to lower dynamic ranges (for viewing) using tone-mapping. A number of tone-mapping algorithms are included which are based on Reinhard (2002) "Photographic tone reproduction for digital images" . authors: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com repository: https://CRAN.R-project.org/package=picohdr repository-code: https://github.com/coolbutuseless/picohdr url: https://github.com/coolbutuseless/picohdr date-released: '2024-10-28' contact: - family-names: Cheng given-names: Mike email: mikefc@coolbutuseless.com