hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #07047
[Bug 1801519] Re: Importing DNG files using RawTherapee fails
This error might be related to the AppImage and not to Hugin itself:
Error: "/tmp/.mount_Hugin_obDWOJ/usr/share/hugin/datahugin_rt.pp3" not found.
I will contact Carmelo to doublecheck:
https://discuss.pixls.us/t/rawtherapee-integration-with-hugin/9625/9
However, please consider my suggestions regarding changing that command
line per recommendations.
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/1801519
Title:
Importing DNG files using RawTherapee fails
Status in Hugin:
New
Bug description:
I clicked on Edit > Import Raw Files, changed the filter to "All files
(*)" (see bug 1801512), selected some DNG files (from Adobe DNG
Converter 11.0), clicked "Import", and it failed with:
Executing: /home/morgan/programs/rawtherapee/rawtherapee-cli -O /home/morgan/photos/2018-10-17/2018-10-17\ 1\ 03.tif -p /tmp/rt.pp3 -s -p /tmp/.mount_Hugin_obDWOJ/usr/share/hugin/datahugin_rt.pp3 -tz -Y -c /home/morgan/photos/2018-10-17/2018-10-17\ 1\ 03.dng
RawTherapee, version 5.4-1075-gd75741a99, command line.
Error: "/tmp/.mount_Hugin_obDWOJ/usr/share/hugin/datahugin_rt.pp3" not found.
What is datahugin_rt.pp3?
Recommendations:
1. Hugin should allow the user to specify a custom processing profile, or use the one alongside the file if one exists. And it does - good! It does so thanks to specifying a custom -p before -s.
2. Use uncompressed 16-bit TIFF files as intermediate files, because they are fast to write and the user loses no image quality along the way. Hugin does not handle 32-bit files correctly yet.
Changing the above command as needed, the final command should look as
follows:
"${HOME}/programs/rawtherapee/rawtherapee-cli" -O "/tmp/2018-10-17 1
03.tif" -p /tmp/rt.pp3 -s -b16 -t -Y -c
"/home/morgan/photos/2018-10-17/2018-10-17 1 03.dng"
To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/1801519/+subscriptions
References