![]() |
|
|
![]() |
|||||||||||||
![]() |
||||||||||||||||
|
![]() |
#9 |
Themenersteller
Registriert seit: 07.09.2003
Ort: Mönchengladbach
Beiträge: 3.775
|
Hab noch mal ein wenig Ausprobiert und es Geschafft
das Aufnahme Programm mit reinzubekommen in der funktions.php unter der Zeile Code:
$exif_match['FocalLength'] = "focallen"; Code:
$exif_match['ExposureProgram'] = "Programm"; hinter Code:
elseif ($key == "FocalLength") { $focalLen = explode("/", $exif_info); $exif_array[$exif_match[$key]] = ($focalLen[0] / $focalLen[1]) . "mm"; } Code:
elseif ($key == "ExposureProgram") { if($val==1) $val = "Manuell"; if($val==2) $val = "Programmautomatik"; if($val==3) $val = "Zeitautomatik"; if($val==4) $val = "Blendenautomatik"; if($val==5) $val = "Stilleben"; if($val==6) $val = "Sport"; if($val==7) $val = "Portrait"; if($val==8) $val = "Landschaft"; $exif_array[$exif_match[$key]] = $val; } muß hinter Code:
$lang['exif_focallen'] = "Brennweite:"; Code:
$lang['exif_Programm'] = "Programm:";
__________________
Gruß Achim Das neue DRI TUTORIAL ist online PDF Download des Tutorials hier Meine Bilder in der FC ........ Meine 4Images Gallerie |
![]() |
![]() |
|
|