hugin-devs team mailing list archive
-
hugin-devs team
-
Mailing list archive
-
Message #03477
[Bug 965499] Re: hardcoded exiftool parameters
Some points to consider:
* Some parameters (e.g. -WhitePoint -ColorSpace) are required to get a correct output from Hugin.
* Some parameters (e.g. -Software and -UserComment) depend on other switches (-E in this case).
So there needs to be some advanced checking of the parameter so it does not break existing functionality.
According to Exiftool manual the information should be added first to
Exif group (because all tags are in this group). So this should not
result in unpredictable results.
** Changed in: hugin
Importance: Undecided => Wishlist
** Changed in: hugin
Status: New => Triaged
--
You received this bug notification because you are a member of Hugin
Developers, which is subscribed to Hugin.
https://bugs.launchpad.net/bugs/965499
Title:
hardcoded exiftool parameters
Status in Hugin - Panorama Tools GUI:
Triaged
Bug description:
The current version of Hugin invokes exiftool with the following
hardcoded parameters (see also 696636):
exiftool -E -overwrite_original_in_place -TagsFromFile source.jpg
-ImageDescription -Make -Model -Artist -WhitePoint -Copyright -GPS:all
-DateTimeOriginal -CreateDate -UserComment -ColorSpace -OwnerName
-SerialNumber -Software="Hugin version" -UserComment="projection info"
-f panorama.jpg
The problem with this is it does not specify the tag group (e.g. EXIF
or XMP) which may lead to unpredictable results, especially for photo
which have been pre-processed before stiching.
A better solution would be to allow the user to specify the exiftool
parameters using a Preferences panel, as is currently used for Control
Point Detectors. This would also allow users to customize what
metadata they want to copy from the original photos (e.g. MakerNotes)
and specify metadata (e.g. Copyright).
To manage notifications about this bug go to:
https://bugs.launchpad.net/hugin/+bug/965499/+subscriptions
References