This is an old revision of the document!
<?php
$conf["show_exif"] = true;
<?php
$conf["show_exif"] = true;
$conf["use_exif"] = true;
$conf['show_exif_fields'] = array('ImageDescription',
'Make',
'Model',
'DateTime',
'COMPUTED;ApertureFNumber');
$conf['use_exif_mapping'] = array(
'date_creation' => 'DateTimeOriginal',
'name' => 'ImageDescription'
);
$conf['show_iptc'] = true;
$conf['use_iptc'] = true;
$conf['use_iptc_mapping'] = array(
'keywords' => '2#025',
'date_creation' => '2#055',
'author' => '2#080',
'name' => '2#105',
'comment' => '2#120'
);
?>