Feature #4210
EXIF Support: Field "ImageDescription" not being read
| 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