Skip to content

Commit

Permalink
New version of EXIF gets ISO and Metering Mode right. Yay!
Browse files Browse the repository at this point in the history
  • Loading branch information
bharat committed Jun 10, 2010
1 parent ab93767 commit 26d0af4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/exif/tests/Exif_Test.php
Expand Up @@ -33,8 +33,8 @@ public function exif_extract_test() {
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)"),
Expand Down

0 comments on commit 26d0af4

Please sign in to comment.