WPIntell

Source evidence

EXIF UserComment from DarkTable

Exif Details · support · 2023-03-14T17:08:00+00:00

complaintsentiment
mediumseverity
0.86relevance
3replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

4 / 23 rows with source links

17.4% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

19 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
Frank Jäger unresolved
I want to use the “description” metadata from darktable [1] as caption in WordPress. In german language there are some characters which are not in ASCII but in Unicode/UTF-8. Umlaute: ä ö ü ß -> HTML: ä ö ü ß When a developed raw-picture is exported as JPG from darktable, then the “description” metadata is embedded into the exif-data. description whithout “umlaute” is written to EXIF ImageDescription field (ascii). description WHITH “umlaute” is written to EXIF UserComment field (unicode). As written in [2] the UserComment will be imported to wordpress: [“caption”] (string) Set to a non-empty value of one of the following fields (see source code for the precise logic involved): … EXIF UserComment field if [“title”] is unset AND EXIF:ImageDescription is less than 80 characters But for pictures with “umlaute” the caption in wordpress stay empty. [1] https://docs.darktable.org/usermanual/4.0/en/module-reference/utility-modules/shared/metadata-editor/ [2] https://developer.wordpress.org/reference/functions/wp_read_image_metadata/#more-information Test from linux-shell on exported JPG: $ exiv2 -pa 20230311_0052.jpg | grep Darktable-Test Exif.Image. ImageDescription Ascii 28 Darktable-Test Beschreibung $ exiv2 -pa 20230311_0067.jpg | grep Darktable-Test Exif.Photo. UserComment Undefined 49 Darktable-Test Beschreibung Umlaut äöü With some configuration it is possible to export Xmp.dc.title Xmp.dc.description Xmp.acdsee.notes … out of Darktable, but no IPTC-fields. Xmp-data cannot be imported? This will be a work-arround, when “Exif.Photo.UserComment Undefined” refuse to load. Sorry, maybe my posts affects the plugin “EXIF Caption” more than “EXIF details”. The caption after import is empty, when description is in EXIF.UserComment.

Comments

3 shown
Frank Jäger 2023-03-15T11:46:00+00:00

Test from linux-shell on exported JPG: $ exiv2 -pa 20230311_0052.jpg | grep Darktable-Test Exif.Image. ImageDescription Ascii 28 Darktable-Test Beschreibung $ exiv2 -pa 20230311_0067.jpg | grep Darktable-Test Exif.Photo. UserComment Undefined 49 Darktable-Test Beschreibung Umlaut äöü

Frank Jäger 2023-03-15T15:08:00+00:00

With some configuration it is possible to export Xmp.dc.title Xmp.dc.description Xmp.acdsee.notes … out of Darktable, but no IPTC-fields. Xmp-data cannot be imported? This will be a work-arround, when “Exif.Photo.UserComment Undefined” refuse to load.

Frank Jäger 2023-03-15T16:10:00+00:00

Sorry, maybe my posts affects the plugin “EXIF Caption” more than “EXIF details”. The caption after import is empty, when description is in EXIF.UserComment.