Package: picohdr 0.1.1

picohdr: Read, Write and Manipulate High Dynamic Range Images

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" <doi:10.1145/566654.566575>.

Authors:Mike Cheng [aut, cre, cph]

picohdr_0.1.1.tar.gz
picohdr_0.1.1.zip(r-4.5)picohdr_0.1.1.zip(r-4.4)picohdr_0.1.1.zip(r-4.3)
picohdr_0.1.1.tgz(r-4.4-x86_64)picohdr_0.1.1.tgz(r-4.4-arm64)picohdr_0.1.1.tgz(r-4.3-x86_64)picohdr_0.1.1.tgz(r-4.3-arm64)
picohdr_0.1.1.tar.gz(r-4.5-noble)picohdr_0.1.1.tar.gz(r-4.4-noble)
picohdr_0.1.1.tgz(r-4.4-emscripten)picohdr_0.1.1.tgz(r-4.3-emscripten)
picohdr.pdf |picohdr.html
picohdr/json (API)
NEWS

# Install 'picohdr' in R:
install.packages('picohdr', repos = c('https://coolbutuseless.r-universe.dev', 'https://cloud.r-project.org'))

Bug tracker:https://github.com/coolbutuseless/picohdr/issues

On CRAN:

4.30 score 5 scripts 469 downloads 17 exports 1 dependencies

Last updated 2 months agofrom:429760552a. Checks:9 OK. Indexed: yes.

TargetResultLatest binary
Doc / VignettesOKJan 23 2025
R-4.5-win-x86_64OKJan 23 2025
R-4.5-linux-x86_64OKJan 23 2025
R-4.4-win-x86_64OKJan 23 2025
R-4.4-mac-x86_64OKJan 23 2025
R-4.4-mac-aarch64OKJan 23 2025
R-4.3-win-x86_64OKJan 23 2025
R-4.3-mac-x86_64OKJan 23 2025
R-4.3-mac-aarch64OKJan 23 2025

Exports:adj_clampadj_gammaadj_infiniteadj_rescaleadj_shift_negatives_globaladj_shift_negatives_localarray_to_dfexr_attrsexr_infoexr_typeread_exrread_pfmtm_reinhardtm_reinhard_basictm_reinhard_variantwrite_exrwrite_pfm

Dependencies:ctypesio

Introduction

Rendered fromintroduction.Rmdusingknitr::rmarkdownon Jan 23 2025.

Last update: 2024-10-21
Started: 2024-10-21

Tone Mapping

Rendered fromtone-mapping.Rmdusingknitr::rmarkdownon Jan 23 2025.

Last update: 2024-10-25
Started: 2024-10-21