@@ 171-174 (lines=4) @@ | ||
168 | } elseif (($planes26 == 1) && ($planes22 != 1)) { |
|
169 | $thisfile_bmp['type_os'] = 'Windows'; |
|
170 | $thisfile_bmp['type_version'] = 1; |
|
171 | } elseif ($thisfile_bmp_header_raw['header_size'] == 12) { |
|
172 | $thisfile_bmp['type_os'] = 'OS/2'; |
|
173 | $thisfile_bmp['type_version'] = 1; |
|
174 | } elseif ($thisfile_bmp_header_raw['header_size'] == 40) { |
|
175 | $thisfile_bmp['type_os'] = 'Windows'; |
|
176 | $thisfile_bmp['type_version'] = 1; |
|
177 | } elseif ($thisfile_bmp_header_raw['header_size'] == 84) { |
|
@@ 177-180 (lines=4) @@ | ||
174 | } elseif ($thisfile_bmp_header_raw['header_size'] == 40) { |
|
175 | $thisfile_bmp['type_os'] = 'Windows'; |
|
176 | $thisfile_bmp['type_version'] = 1; |
|
177 | } elseif ($thisfile_bmp_header_raw['header_size'] == 84) { |
|
178 | $thisfile_bmp['type_os'] = 'Windows'; |
|
179 | $thisfile_bmp['type_version'] = 4; |
|
180 | } elseif ($thisfile_bmp_header_raw['header_size'] == 100) { |
|
181 | $thisfile_bmp['type_os'] = 'Windows'; |
|
182 | $thisfile_bmp['type_version'] = 5; |
|
183 | } else { |