Skip to content

nikhilnayak98/hdr-postprocessor

Repository files navigation

HDR Processor

Required packages :

package name in Linux
dcraw
libjpeg-turbo-progs
libimage-exiftool-perl
exiftran
luminance-hdr
imagemagick
enfuse
[sudo] apt-get install [package name]

Required python3 modules :

  • exifread
  • (or install with [sudo] pip[3] install exifread)
  • pillow
  • (or install with [sudo] pip[3] install Pillow)

For JPGs

  • Put all the images(at different exposures) in the current directory.
  • Run python3 main_jpg.py

For RAW Images

  • Put all the raw images(at different exposures) in the current directory.
  • Run python3 main_raw.py