113 $resolutionunit = !isset( $tags[
'ResolutionUnit'] ) || $tags[
'ResolutionUnit'] == 2 ? 2 : 3;
114 unset( $tags[
'ResolutionUnit'] );
117 unset( $tags[
'HasExtendedXMP'] );
118 unset( $tags[
'AuthorsPosition'] );
119 unset( $tags[
'LocationCreated'] );
120 unset( $tags[
'LocationShown'] );
121 unset( $tags[
'GPSAltitudeRef'] );
123 foreach ( $tags as $tag => &$vals ) {
126 if ( !is_array( $vals ) ) {
131 if ( isset( $vals[
'_type'] ) ) {
132 $type = $vals[
'_type'];
133 unset( $vals[
'_type'] );
140 if ( isset( $tags[$tag][
'_formatted'] ) ) {
142 $tags[$tag][
'_formatted'], $type
148 if ( $tag ===
'GPSTimeStamp' && count( $vals ) === 3 ) {
151 $h = explode(
'/', $vals[0], 2 );
152 $m = explode(
'/', $vals[1], 2 );
153 $s = explode(
'/', $vals[2], 2 );
168 $vals = str_pad( (
string)( (
int)$h[0] / (
int)$h[1] ), 2,
'0', STR_PAD_LEFT )
169 .
':' . str_pad( (
string)( (
int)$m[0] / (
int)$m[1] ), 2,
'0', STR_PAD_LEFT )
170 .
':' . str_pad( (
string)( (
int)$s[0] / (
int)$s[1] ), 2,
'0', STR_PAD_LEFT );
172 $time =
wfTimestamp( TS_MW,
'1971:01:01 ' . $vals );
174 if ( $time && (
int)$time > 0 ) {
183 if ( $tag ===
'Contact' || $tag ===
'CreatorContactInfo' ) {
188 foreach ( $vals as &$val ) {
203 $val = $this->exifMsg( $tag, $val );
212 case 'PhotometricInterpretation':
226 $val = $this->exifMsg( $tag, $val );
245 $val = $this->exifMsg( $tag, $val );
254 case 'PlanarConfiguration':
258 $val = $this->exifMsg( $tag, $val );
268 case 'YCbCrPositioning':
272 $val = $this->exifMsg( $tag, $val );
283 switch ( $resolutionunit ) {
285 $val = $this->exifMsg(
'XYResolution',
'i', $this->formatNum( $val ) );
288 $val = $this->exifMsg(
'XYResolution',
'c', $this->formatNum( $val ) );
304 case 'FlashPixVersion':
307 case 'FlashpixVersion':
308 $val = $this->
literal( (
int)$val / 100 );
315 $val = $this->exifMsg( $tag, $val );
324 case 'ComponentsConfiguration':
333 $val = $this->exifMsg( $tag, $val );
343 case 'DateTimeOriginal':
344 case 'DateTimeDigitized':
345 case 'DateTimeReleased':
346 case 'DateTimeExpires':
349 case 'DateTimeMetadata':
350 case 'FirstPhotoDate':
351 case 'LastPhotoDate':
352 if ( $val ===
null ) {
359 if ( $val ===
'0000:00:00 00:00:00' || $val ===
' : : : : ' ) {
360 $val = $this->
msg(
'exif-unknowndate' )->text();
364 '/^(?:\d{4}):(?:\d\d):(?:\d\d) (?:\d\d):(?:\d\d):(?:\d\d)$/D',
369 if ( $time && (
int)$time > 0 ) {
373 } elseif ( preg_match(
'/^(?:\d{4}):(?:\d\d):(?:\d\d) (?:\d\d):(?:\d\d)$/D', $val ) ) {
378 if ( $time && (
int)$time > 0 ) {
382 } elseif ( preg_match(
'/^(?:\d{4}):(?:\d\d):(?:\d\d)$/D', $val ) ) {
385 . substr( $val, 5, 2 )
386 . substr( $val, 8, 2 )
388 if ( $time && (
int)$time > 0 ) {
397 case 'ExposureProgram':
408 $val = $this->exifMsg( $tag, $val );
417 case 'SubjectDistance':
418 $val = $this->exifMsg( $tag,
'', $this->formatNum( $val ) );
432 $val = $this->exifMsg( $tag, $val );
464 $val = $this->exifMsg( $tag, $val );
478 'fired' => $val & 0b00000001,
479 'return' => ( $val & 0b00000110 ) >> 1,
480 'mode' => ( $val & 0b00011000 ) >> 3,
481 'function' => ( $val & 0b00100000 ) >> 5,
482 'redeye' => ( $val & 0b01000000 ) >> 6,
486 # We do not need to handle unknown values since all are used.
487 foreach ( $flashDecode as $subTag => $subValue ) {
488 # We do not need any message for zeroed values.
489 if ( $subTag !==
'fired' && $subValue === 0 ) {
492 $fullTag = $tag .
'-' . $subTag;
493 $flashMsgs[] = $this->exifMsg( $fullTag, $subValue );
495 $val = $this->
getLanguage()->commaList( $flashMsgs );
498 case 'FocalPlaneResolutionUnit':
501 $val = $this->exifMsg( $tag, $val );
510 case 'SensingMethod':
519 $val = $this->exifMsg( $tag, $val );
531 $val = $this->exifMsg( $tag, $val );
543 $val = $this->exifMsg( $tag, $val );
552 case 'CustomRendered':
564 $val = $this->exifMsg( $tag, $val );
578 $val = $this->exifMsg( $tag, $val );
590 $val = $this->exifMsg( $tag, $val );
599 case 'SceneCaptureType':
605 $val = $this->exifMsg( $tag, $val );
621 $val = $this->exifMsg( $tag, $val );
635 $val = $this->exifMsg( $tag, $val );
649 $val = $this->exifMsg( $tag, $val );
663 $val = $this->exifMsg( $tag, $val );
672 case 'SubjectDistanceRange':
678 $val = $this->exifMsg( $tag, $val );
688 case 'GPSLatitudeRef':
689 case 'GPSDestLatitudeRef':
693 $val = $this->exifMsg(
'GPSLatitude', $val );
702 case 'GPSLongitudeRef':
703 case 'GPSDestLongitudeRef':
707 $val = $this->exifMsg(
'GPSLongitude', $val );
718 $val = $this->exifMsg(
'GPSAltitude',
'below-sealevel', $this->formatNum( -$val, 3 ) );
720 $val = $this->exifMsg(
'GPSAltitude',
'above-sealevel', $this->formatNum( $val, 3 ) );
728 $val = $this->exifMsg( $tag, $val );
737 case 'GPSMeasureMode':
741 $val = $this->exifMsg( $tag, $val );
751 case 'GPSImgDirectionRef':
752 case 'GPSDestBearingRef':
756 $val = $this->exifMsg(
'GPSDirection', $val );
766 case 'GPSDestLatitude':
767 $val = $this->formatCoords( $val,
'latitude' );
770 case 'GPSDestLongitude':
771 $val = $this->formatCoords( $val,
'longitude' );
779 $val = $this->exifMsg(
'GPSSpeed', $val );
788 case 'GPSDestDistanceRef':
793 $val = $this->exifMsg(
'GPSDestDistance', $val );
805 $val = $this->exifMsg( $tag,
'excellent', $this->formatNum( $val ) );
806 } elseif ( $val <= 5 ) {
807 $val = $this->exifMsg( $tag,
'good', $this->formatNum( $val ) );
808 } elseif ( $val <= 10 ) {
809 $val = $this->exifMsg( $tag,
'moderate', $this->formatNum( $val ) );
810 } elseif ( $val <= 20 ) {
811 $val = $this->exifMsg( $tag,
'fair', $this->formatNum( $val ) );
813 $val = $this->exifMsg( $tag,
'poor', $this->formatNum( $val ) );
822 $val = $this->exifMsg( $tag,
'', $this->
literal( $val ) );
826 if ( is_array( $val ) ) {
827 if ( count( $val ) > 1 ) {
830 'exif-software-version-value',
836 $val = $this->exifMsg( $tag,
'', $this->
literal( $val[0] ) );
839 $val = $this->exifMsg( $tag,
'', $this->
literal( $val ) );
845 $val = $this->
msg(
'exif-exposuretime-format',
846 $this->formatFraction( $val ), $this->formatNum( $val ) )->text();
848 case 'ISOSpeedRatings':
852 if ( $val ===
'65535' ) {
853 $val = $this->exifMsg( $tag,
'overflow' );
855 $val = $this->formatNum( $val );
859 $val = $this->
msg(
'exif-fnumber-format',
860 $this->formatNum( $val ) )->text();
864 case 'FocalLengthIn35mmFilm':
865 $val = $this->
msg(
'exif-focallength-format',
866 $this->formatNum( $val ) )->text();
869 case 'MaxApertureValue':
870 if ( strpos( $val,
'/' ) !==
false ) {
872 [ $n, $d ] = explode(
'/', $val, 2 );
873 if ( is_numeric( $n ) && is_numeric( $d ) ) {
874 $val = (int)$n / (
int)$d;
877 if ( is_numeric( $val ) ) {
878 $fNumber = 2 ** ( $val / 2 );
879 if ( is_finite( $fNumber ) ) {
880 $val = $this->
msg(
'exif-maxaperturevalue-value',
881 $this->formatNum( $val ),
882 $this->formatNum( $fNumber, 2 )
891 switch ( strtolower( $val ) ) {
911 $val = $this->exifMsg(
920 case 'SubjectNewsCode':
926 $val = $this->convertNewsCode( $val );
932 if ( $val === 0 || $val === 9 ) {
934 } elseif ( $val < 5 && $val > 1 ) {
936 } elseif ( $val === 5 ) {
938 } elseif ( $val <= 8 && $val > 5 ) {
942 if ( $urgency !==
'' ) {
943 $val = $this->exifMsg(
'urgency',
944 $urgency, $this->
literal( $val )
952 case 'OriginalImageHeight':
953 case 'OriginalImageWidth':
954 case 'PixelXDimension':
955 case 'PixelYDimension':
958 $val = $this->formatNum( $val ) .
' ' . $this->
msg(
'unit-pixel' )->text();
968 case 'ImageDescription':
972 case 'RelatedSoundFile':
973 case 'ImageUniqueID':
974 case 'SpectralSensitivity':
975 case 'GPSSatellites':
979 case 'WorldRegionDest':
981 case 'CountryCodeDest':
982 case 'ProvinceOrStateDest':
984 case 'SublocationDest':
985 case 'WorldRegionCreated':
986 case 'CountryCreated':
987 case 'CountryCodeCreated':
988 case 'ProvinceOrStateCreated':
990 case 'SublocationCreated':
992 case 'SpecialInstructions':
997 case 'FixtureIdentifier':
999 case 'LocationDestCode':
1001 case 'JPEGFileComment':
1002 case 'iimSupplementalCategory':
1003 case 'OriginalTransmissionRef':
1005 case 'dc-contributor':
1007 case 'dc-publisher':
1013 case 'SerialNumber':
1014 case 'CameraOwnerName':
1017 case 'RightsCertificate':
1018 case 'CopyrightOwner':
1020 case 'WebStatement':
1021 case 'OriginalDocumentID':
1023 case 'MorePermissionsUrl':
1024 case 'AttributionUrl':
1025 case 'PreferredAttributionName':
1026 case 'PNGFileComment':
1028 case 'ContentWarning':
1029 case 'GIFFileComment':
1031 case 'IntellectualGenre':
1033 case 'OrganisationInImage':
1034 case 'PersonInImage':
1035 case 'CaptureSoftware':
1036 case 'GPSAreaInformation':
1037 case 'GPSProcessingMethod':
1038 case 'StitchingSoftware':
1040 case 'SubSecTimeOriginal':
1041 case 'SubSecTimeDigitized':
1042 $val = $this->
literal( $val );
1045 case 'ProjectionType':
1047 case 'equirectangular':
1048 $val = $this->exifMsg( $tag, $val );
1051 $val = $this->
literal( $val );
1060 $val = $this->exifMsg( $tag, $val );
1063 $val = $this->
literal( $val );
1068 case 'UsePanoramaViewer':
1069 case 'ExposureLockUsed':
1073 $val = $this->exifMsg( $tag, $val );
1076 $val = $this->
literal( $val );
1081 if ( $val ===
'-1' ) {
1082 $val = $this->exifMsg( $tag,
'rejected' );
1084 $val = $this->formatNum( $val );
1088 case 'LanguageCode':
1089 $lang = MediaWikiServices::getInstance()
1090 ->getLanguageNameUtils()
1091 ->getLanguageName( strtolower( $val ), $this->
getLanguage()->getCode() );
1092 $val = $this->
literal( $lang ?: $val );
1096 $val = $this->formatNum( $val,
false, $tag );