CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Feature #4210

EXIF Support: Field "ImageDescription" not being read

Added by Jeremy almost 4 years ago. Updated over 2 years ago.

Status:New Start date:2009-08-10
Priority:Could have Due date:
Assignee:- % Done:

0%

Category:-
Target version:-
Votes: 0

Description

i receive pictures where people have written the descriptions of the pictures in the "ImageDescription" Field. However, that field is not being read in class.tx_wtgallery_div.php

a line like this could add that information to the $info['Comments'] array

Place at line 295 for example

$info['Comments'] .= $info['IFD0']['ImageDescription']; // also consider exif data in the ImageDescription field and append to existing array

Also available in: Atom PDF