create/merge hdr

Issue #245 closed
Andrea Giustozzi created an issue

I tried to use darktable's function to create an hdr (DNG format) but in ART it doesn't read the color profile and I see a black image (while in RT it's almost correct).
it is possible to correct this or better still implement the function create hdr (found in Darktable) in ART, so as to use only one program.
p.s .: congratulations on the development, ART is fantastic! I'm thinking of doing some video tutorials about it :)

Comments (2)

  1. agriggio repo owner

    ART supports DNG files created by HDRmerge (at least the master version, I’m not sure about 1.12.1 as I fixed some issues in the meantime). You can integrate HDRmerge in ART using user commands. Here’s an example configuration file that I’m using:

    [ART UserCommand]
    
    Label=HDRmerge
    Command=/opt/hdrmerge/bin/hdrmerge
    
    MinArgs=2
    FileType=raw
    MatchCamera=true
    MatchLens=true
    MatchAperture=true
    MatchFocalLen=true
    

    HTH

  2. Log in to comment