mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-04-19 12:09:16 -04:00
New version of EXIF gets ISO and Metering Mode right. Yay!
This commit is contained in:
@@ -33,8 +33,8 @@ class Exif_Test extends Gallery_Unit_Test_Case {
|
||||
array("caption" => "Exposure Time", "value" => "1/60 sec"),
|
||||
array("caption" => "Flash", "value" => "No Flash"),
|
||||
array("caption" => "Focal Length", "value" => "50 mm"),
|
||||
array("caption" => "ISO", "value" => "6553700"),
|
||||
array("caption" => "Metering Mode", "value" => "Multi-Segment"),
|
||||
array("caption" => "ISO", "value" => "100"),
|
||||
array("caption" => "Metering Mode", "value" => "Pattern"),
|
||||
array("caption" => "Date/Time", "value" => "2008:03:17 17:41:25"),
|
||||
array("caption" => "Copyright", "value" => "(C) 2008 - T. Almdal"),
|
||||
array("caption" => "Orientation", "value" => "1: Normal (0 deg)"),
|
||||
|
||||
Reference in New Issue
Block a user