Skip to content
Posted by begemont » Sun Dec 28, 2008 9:16 pm
if (isset($exif["EXIF"]["WhiteBalance"])) { $exif_data['exif_whitebalance'] = $user->lang['EXIF_WHITEB_' . (($exif["EXIF"]["WhiteBalance"]) ? 'MANU' : 'AUTO')]; }
Posted by JirkaX » Sat Jan 03, 2009 11:17 am
Posted by nickvergessen » Sat Jan 03, 2009 1:23 pm
$exif_data['exif_whitebalance']
$exif_data['exif_whiteb']
Posted by JirkaX » Sat Jan 03, 2009 2:19 pm
Posted by nickvergessen » Sat Jan 03, 2009 4:48 pm