[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Raidenfan/HDR

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HDR Image Synthesizer

HDR is a simple Python script to create high dynamic range images from a list of pictures.

Usage

The command line interface is quite simple:

HDR -f originals

This will load all the images contained in the folder originals, order it by lightness and create a HDR image named out.jpg in the current folder.

Options

The script accepts a number of options to customize its behaviour.

  • -h, --help
    • show the help message and exit
  • -f FOLDER, --folder FOLDER
    • the folder from which the images will be loaded
  • -o OUTPUT, --output OUTPUT
    • the output file. Default: out.jpg
  • -b BLEND, --blend BLEND
    • the blending factor used for creating the masks. Default: 0.5
  • -r, --reverse
    • reverse the sorting direction
  • -d, --debug
    • prints debug information during the process
  • -v, --version
    • output version information and exit

Bug tracker

Have a bug? Please create an issue here on GitHub!

https://github.com/ganglio/HDR/issues

Twitter account

Keep up to date on my blurbs by following ganglio on Twitter, @ganglio.

Authors

Roberto Torella

Michela Esposito

Copyright and license

Copyright 2011 Roberto Torella

This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

About

HDR Synthesizer Script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%