/[cvs]/expose/index.php
ViewVC logotype

Diff of /expose/index.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by cam, Fri Nov 7 22:39:24 2003 UTC revision 1.9 by cam, Fri Nov 7 23:12:11 2003 UTC
# Line 136  function extract_exif_data() Line 136  function extract_exif_data()
136                                                  case 'FlashMode':                                                  case 'FlashMode':
137                                                          switch($exif_value) {                                                          switch($exif_value) {
138                                                                  case '0':                                                                  case '0':
139                                                                          array_push($exif_headers, 'Flash: Off');                                                                          array_push($exif_headers, 'Flash: Auto');
140                                                                          break;                                                                          break;
141                                                                  case '1':                                                                  case '1':
142                                                                          array_push($exif_headers, 'Flash: On');                                                                          array_push($exif_headers, 'Flash: On');
143                                                                          break;                                                                          break;
144                                                                    case '2':
145                                                                            array_push($exif_headers, 'Flash: Off');
146                                                                            break;
147                                                                    case '3':
148                                                                            array_push($exif_headers, 'Flash: Red-Eye Reduction');
149                                                                            break;
150                                                                    default:
151                                                                            array_push($exif_headers, 'Flash: Unknown');
152                                                                            break;
153                                                            }
154                                                            break;
155                                                    case 'FocusMode':
156    
157                                                            switch($exif_value) {
158                                                                    case '0':
159                                                                            array_push($exif_headers, 'Focus: C-AF/S-AF');
160                                                                            break;
161                                                                    case '1':
162                                                                            array_push($exif_headers, 'Focus: MF');
163                                                                            break;
164                                                                    default:
165                                                                            break;
166                                                          }                                                          }
167                                                          break;                                                          break;
168                                                  case 'ISOSpeedRatings';                                                  case 'ISOSpeedRatings';

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

root@recompile.se
ViewVC Help
Powered by ViewVC 1.1.26