Metadata-Version: 2.1
Name: rawhdr
Version: 0.4.0
Summary: A simple HDR image merger
Home-page: https://github.com/fthaler/rawhdr
Author: Felix Thaler
Author-email: felix.thaler@nummi.ch
License: UNKNOWN
Description: # Rawhdr
        
        [![Build Status](https://travis-ci.com/fthaler/rawhdr.svg?branch=master)](https://travis-ci.com/fthaler/rawhdr)
        
        A simple HDR image merger that converts multiple RAW files into a single HDR image.
        
        ## Installation
        
        Installation via the [Python Package Index](https://pypi.org/):
        
        `$> pip install rawhdr`
        
        ## Command-Line Usage
        
        Use the command-line tool _rawhdrmerge_ to merge multiple RAW images into a single high-dynamic-range image.
        
        `$> rawhdrmerge -o merged-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](https://imageio.readthedocs.io/en/stable/format_exr-fi.html#exr-fi).
        
        ## Documentation
        
        See [fthaler.github.io/rawhdr](https://fthaler.github.io/rawhdr) for the full documentation, including Python API.
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
Classifier: Operating System :: OS Independent
Classifier: Topic :: Multimedia :: Graphics :: Graphics Conversion
Description-Content-Type: text/markdown
