Skip to main content

A command-line image fuser for HDR exposure fusion, focus-stacking, etc.

Project description

Rawhdr

Test

A simple HDR image fuser that converts multiple RAW files into a single HDR image.

Installation

Installation via the Python Package Index:

$> pip install rawhdr

Command-Line Usage

Merging HDR Images

Use the command-line tool rawhdr to fuse multiple RAW images into a single high-dynamic-range image.

$> rawhdr hdr-fuse -o fused-hdr.exr base-exposure.RAW under-exposed.RAW over-exposed.RAW

All common RAW file formats are supported.

Note: if you want to save to OpenEXR format and get the error ValueError: Could not find a format to write the specified file in mode 'i' from imageio, you might need to install freeimage, as documented here.

Focus Stacking

Focus-stacking works similar to HDR fusion:

$> rawhdr focus-stack --output result.exr image-1.NEF image-2.NEF image-3.NEF …

Documentation

See fthaler.github.io/rawhdr for the full documentation, including Python API.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

rawhdr-0.11.3.tar.gz (13.2 kB view hashes)

Uploaded Source

Built Distribution

rawhdr-0.11.3-py3-none-any.whl (14.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page