#1031601 darktable-cli creates output files with a different extension to what was requested

Package:
darktable
Source:
darktable
Description:
virtual lighttable and darkroom for photographers
Submitter:
Michael Deegan
Date:
2023-02-19 06:24:04 UTC
Severity:
normal
Tags:
#1031601#5
Date:
2023-02-19 05:55:09 UTC
From:
To:
Hopefully this demonstrates the issue:

    michael@joyola:/tmp/dt-bug$ ls -la
    total 16336
    drwxr-xr-x  2 michael michael     4096 Feb 19 13:49 .
    drwxrwxrwt 21 root    root     1445888 Feb 19 13:49 ..
    -r--r--r--  1 michael michael 15273036 Feb  7 10:59 p2073460.orf
    michael@joyola:/tmp/dt-bug$ darktable-cli p2073460.orf p2073460.tiff
    [export_job] exported to `p2073460.tif'
    michael@joyola:/tmp/dt-bug$ ls -la
    total 44496
    drwxr-xr-x  2 michael michael     4096 Feb 19 13:50 .
    drwxrwxrwt 21 root    root     1445888 Feb 19 13:49 ..
    -r--r--r--  1 michael michael 15273036 Feb  7 10:59 p2073460.orf
    -rw-r--r--  1 michael michael 28827338 Feb 19 13:50 p2073460.tif

Thanks,