exiftool_vendored 12.76.1 → 12.80.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/bin/Changes +79 -4
- data/bin/MANIFEST +27 -0
- data/bin/META.json +1 -1
- data/bin/META.yml +1 -1
- data/bin/README +3 -3
- data/bin/config_files/acdsee.config +37 -57
- data/bin/config_files/example.config +16 -2
- data/bin/exiftool +84 -29
- data/bin/lib/Image/ExifTool/Canon.pm +12 -9
- data/bin/lib/Image/ExifTool/CanonVRD.pm +7 -1
- data/bin/lib/Image/ExifTool/Exif.pm +52 -4
- data/bin/lib/Image/ExifTool/FujiFilm.pm +3 -0
- data/bin/lib/Image/ExifTool/GPS.pm +5 -3
- data/bin/lib/Image/ExifTool/GeoLang/cs.pm +978 -0
- data/bin/lib/Image/ExifTool/GeoLang/de.pm +1975 -0
- data/bin/lib/Image/ExifTool/GeoLang/en_ca.pm +44 -0
- data/bin/lib/Image/ExifTool/GeoLang/en_gb.pm +124 -0
- data/bin/lib/Image/ExifTool/GeoLang/es.pm +2921 -0
- data/bin/lib/Image/ExifTool/GeoLang/fi.pm +1116 -0
- data/bin/lib/Image/ExifTool/GeoLang/fr.pm +3171 -0
- data/bin/lib/Image/ExifTool/GeoLang/it.pm +2750 -0
- data/bin/lib/Image/ExifTool/GeoLang/ja.pm +10256 -0
- data/bin/lib/Image/ExifTool/GeoLang/ko.pm +4499 -0
- data/bin/lib/Image/ExifTool/GeoLang/nl.pm +1270 -0
- data/bin/lib/Image/ExifTool/GeoLang/pl.pm +3019 -0
- data/bin/lib/Image/ExifTool/GeoLang/ru.pm +18220 -0
- data/bin/lib/Image/ExifTool/GeoLang/sk.pm +441 -0
- data/bin/lib/Image/ExifTool/GeoLang/sv.pm +714 -0
- data/bin/lib/Image/ExifTool/GeoLang/tr.pm +452 -0
- data/bin/lib/Image/ExifTool/GeoLang/zh_cn.pm +2225 -0
- data/bin/lib/Image/ExifTool/GeoLang/zh_tw.pm +72 -0
- data/bin/lib/Image/ExifTool/Geolocation.dat +0 -0
- data/bin/lib/Image/ExifTool/Geolocation.pm +775 -0
- data/bin/lib/Image/ExifTool/Geotag.pm +8 -1
- data/bin/lib/Image/ExifTool/HtmlDump.pm +2 -1
- data/bin/lib/Image/ExifTool/Import.pm +5 -2
- data/bin/lib/Image/ExifTool/JSON.pm +15 -10
- data/bin/lib/Image/ExifTool/MWG.pm +1 -0
- data/bin/lib/Image/ExifTool/MacOS.pm +19 -4
- data/bin/lib/Image/ExifTool/Nikon.pm +2 -2
- data/bin/lib/Image/ExifTool/Ogg.pm +3 -2
- data/bin/lib/Image/ExifTool/Olympus.pm +3 -1
- data/bin/lib/Image/ExifTool/OpenEXR.pm +17 -17
- data/bin/lib/Image/ExifTool/PDF.pm +5 -5
- data/bin/lib/Image/ExifTool/Pentax.pm +1 -1
- data/bin/lib/Image/ExifTool/QuickTime.pm +183 -11
- data/bin/lib/Image/ExifTool/QuickTimeStream.pl +253 -237
- data/bin/lib/Image/ExifTool/README +6 -5
- data/bin/lib/Image/ExifTool/TagLookup.pm +2624 -2520
- data/bin/lib/Image/ExifTool/TagNames.pod +184 -4
- data/bin/lib/Image/ExifTool/WriteQuickTime.pl +15 -1
- data/bin/lib/Image/ExifTool/WriteXMP.pl +1 -1
- data/bin/lib/Image/ExifTool/Writer.pl +59 -8
- data/bin/lib/Image/ExifTool/XMP.pm +17 -2
- data/bin/lib/Image/ExifTool/XMP2.pl +64 -0
- data/bin/lib/Image/ExifTool.pm +249 -47
- data/bin/lib/Image/ExifTool.pod +57 -25
- data/bin/perl-Image-ExifTool.spec +2 -2
- data/lib/exiftool_vendored/version.rb +1 -1
- metadata +22 -2
@@ -0,0 +1,44 @@
|
|
1
|
+
# Geolocation language translations for en_ca
|
2
|
+
#
|
3
|
+
# Based on Creative Commons database from geonames.org
|
4
|
+
|
5
|
+
%Image::ExifTool::GeoLang::en_ca::Translate = (
|
6
|
+
'Amherstburg' => 'Amhertsburg',
|
7
|
+
'Bells Corners' => 'Ottawa Bells Corners',
|
8
|
+
'Chatham-Kent' => 'Municipality of Chatham-Kent',
|
9
|
+
'Comtés unis de Prescott et Russell' => 'United Counties of Prescott and Russell',
|
10
|
+
'Dollard-Des Ormeaux' => 'Dollard-des-Ormeaux',
|
11
|
+
'Grand Centre' => 'Cold Lake South',
|
12
|
+
'Greater Napanee' => 'Napanee',
|
13
|
+
'L\'Île-Perrot' => 'L\'Ile Perrot',
|
14
|
+
'La Pocatière' => 'Ste. Anne de la Pocatière',
|
15
|
+
'Lac-Brome' => 'Lac Brome',
|
16
|
+
'Mont-Royal' => 'Mount Royal',
|
17
|
+
'Montmagny' => 'Saint Thomas de Montmagny',
|
18
|
+
'Montréal' => 'Montreal City',
|
19
|
+
'Montréal-Est' => 'Montreal East',
|
20
|
+
'Montréal-Ouest' => 'Montreal West',
|
21
|
+
'Newfoundland and Labrador' => 'Newfoundland & Labrador',
|
22
|
+
'Okanagan' => 'Okanagan Country',
|
23
|
+
'Pitt Meadows' => 'Pitts Meadows',
|
24
|
+
'Prince Edward' => 'Prince Edward County',
|
25
|
+
'Québec' => 'Quebec',
|
26
|
+
'Regional Municipality of Waterloo' => 'Waterloo',
|
27
|
+
'Saint John' => 'St. John',
|
28
|
+
'Saint-Hippolyte' => 'St-Hippolyte',
|
29
|
+
'Saint-Marc-des-Carrières' => 'Saint-Marc-des-Carrieres',
|
30
|
+
'St. Anthony' => 'Saint Anthony',
|
31
|
+
'St. Catharines' => 'Saint Catharines',
|
32
|
+
'St. John\'s' => 'St Johns',
|
33
|
+
'St. Thomas' => 'Saint Thomas',
|
34
|
+
'Sudbury' => 'Sudbury District',
|
35
|
+
'Toronto county' => 'Toronto',
|
36
|
+
'Tracadie-Sheila' => 'Tracadie–Sheila',
|
37
|
+
'West Kelowna' => 'District of West Kelowna',
|
38
|
+
'Whistler' => 'Whistler Village',
|
39
|
+
'Winnipeg' => 'Winnipeg City',
|
40
|
+
'York' => 'York Region',
|
41
|
+
'Yukon' => 'Yukon Territory',
|
42
|
+
);
|
43
|
+
|
44
|
+
1; #end
|
@@ -0,0 +1,124 @@
|
|
1
|
+
# Geolocation language translations for en_gb
|
2
|
+
#
|
3
|
+
# Based on Creative Commons database from geonames.org
|
4
|
+
|
5
|
+
%Image::ExifTool::GeoLang::en_gb::Translate = (
|
6
|
+
'Anglesey' => 'Angleseyshire',
|
7
|
+
'Barking' => 'Barking Town',
|
8
|
+
'Barnet' => 'High Barnet',
|
9
|
+
'Belfast' => 'Belfast City',
|
10
|
+
'Berwick-Upon-Tweed' => 'Berwick on Tweed',
|
11
|
+
'Bexley' => 'London Borough of Bexley',
|
12
|
+
'Birchington-on-Sea' => 'Birchington',
|
13
|
+
'Bishops Cleeve' => 'Bishop\'s Cleeve',
|
14
|
+
'Bishops Stortford' => 'Bishop\'s Stortford',
|
15
|
+
'Bishops Waltham' => 'Bishop\'s Waltham',
|
16
|
+
'Blaenau Gwent' => 'County Borough of Blaenau Gwent',
|
17
|
+
'Blaydon-on-Tyne' => 'Blaydon',
|
18
|
+
'Borough of Bolton' => 'Bolton',
|
19
|
+
'Borough of Halton' => 'Halton',
|
20
|
+
'Borough of Oldham' => 'Oldham',
|
21
|
+
'Borough of Rochdale' => 'Rochdale',
|
22
|
+
'Borough of Stockport' => 'Stockport',
|
23
|
+
'Borough of Swindon' => 'Swindon',
|
24
|
+
'Borough of Tameside' => 'Tameside',
|
25
|
+
'Borough of Thurrock' => 'Thurrock',
|
26
|
+
'Borough of Torbay' => 'Torbay',
|
27
|
+
'Borough of Wigan' => 'Wigan',
|
28
|
+
'Bo’ness' => 'Bo\'ness',
|
29
|
+
'Brecon' => 'Brecknock',
|
30
|
+
'Bridgend county borough' => 'County Borough of Bridgend',
|
31
|
+
'Burton upon Trent' => 'Burton-on-Trent',
|
32
|
+
'Bury St Edmunds' => 'Bury Saint Edmunds',
|
33
|
+
'Bushey' => 'Bushey Heath',
|
34
|
+
'Calcot' => 'Calcot Row',
|
35
|
+
'Camden Town' => 'Camden',
|
36
|
+
'Cardiff' => 'City and County of Cardiff',
|
37
|
+
'Carmarthenshire' => 'County of Carmarthenshire',
|
38
|
+
'Cheshire West and Chester' => 'Cheshire',
|
39
|
+
'City and Borough of Birmingham' => 'Birmingham',
|
40
|
+
'City and Borough of Leeds' => 'Leeds',
|
41
|
+
'City and Borough of Salford' => 'Salford',
|
42
|
+
'City and Borough of Wakefield' => 'Wakefield',
|
43
|
+
'City of Belfast' => 'Belfast',
|
44
|
+
'City of Bristol' => 'Bristol',
|
45
|
+
'City of Edinburgh' => 'Edinburgh',
|
46
|
+
'City of Kingston upon Hull' => 'Kingston upon Hull',
|
47
|
+
'City of Leicester' => 'Leicester',
|
48
|
+
'City of York' => 'York',
|
49
|
+
'Conwy' => 'Conwy County Borough',
|
50
|
+
'County Durham' => 'Durham',
|
51
|
+
'County of Flintshire' => 'Flintshire principal area',
|
52
|
+
'Croydon' => 'Croydon Grants',
|
53
|
+
'Denbighshire' => 'Denbighshire principal area',
|
54
|
+
'Derry' => 'Derry City',
|
55
|
+
'District of Rutland' => 'Rutland',
|
56
|
+
'Dolgellau' => 'Dolgelly',
|
57
|
+
'East Boldon' => 'The Boldons',
|
58
|
+
'East Dereham' => 'Dereham',
|
59
|
+
'Eilean Siar' => 'Western Isles',
|
60
|
+
'Ellesmere Port Town' => 'Ellesmere Port',
|
61
|
+
'Enfield Town' => 'Enfield',
|
62
|
+
'Fylde' => 'Fylde Coast',
|
63
|
+
'Gateshead' => 'Gateshead District',
|
64
|
+
'Henley-on-Thames' => 'Henley on Thames',
|
65
|
+
'High Peak' => 'High Peak District',
|
66
|
+
'Highland' => 'Highland Council',
|
67
|
+
'Hounslow' => 'London Borough of Hounslow',
|
68
|
+
'Isle Of Mull' => 'Isle of Mull',
|
69
|
+
'Isle of Wight' => 'Wight',
|
70
|
+
'King\'s Lynn' => 'Kings Lynn',
|
71
|
+
'Kingston upon Thames' => 'Kingston',
|
72
|
+
'Kinvere' => 'Kinver',
|
73
|
+
'Knowsley' => 'Metropolitan Borough of Knowsley',
|
74
|
+
'Lark Hill' => 'Larkhill',
|
75
|
+
'Lytham St Annes' => 'Lytham',
|
76
|
+
'Marske-by-the-Sea' => 'Marske',
|
77
|
+
'Merthyr Tydfil County Borough' => 'Merthyr Tydfil',
|
78
|
+
'Metropolitan Borough of Wirral' => 'Wirral',
|
79
|
+
'Monmouthshire' => 'Monmouthshire principal area',
|
80
|
+
'Moray' => 'Morayshire',
|
81
|
+
'Neath Port Talbot' => 'Neath and Port Talbot',
|
82
|
+
'Newark on Trent' => 'Newark upon Trent',
|
83
|
+
'Newcastle under Lyme' => 'Newcastle-under-Lyme',
|
84
|
+
'Newcastle upon Tyne' => 'Newcastle',
|
85
|
+
'Newmacher' => 'Newmachar',
|
86
|
+
'Newport' => 'County Borough of Newport',
|
87
|
+
'Northern Ireland' => 'N Ireland',
|
88
|
+
'Norton Canes' => 'Norton under Cannock',
|
89
|
+
'Orkney Islands' => 'Orkney',
|
90
|
+
'Pembrokeshire' => 'County of Pembroke',
|
91
|
+
'Plympton' => 'Plympton Erle',
|
92
|
+
'Pontyclun' => 'Pont-y-clun',
|
93
|
+
'Porthmadog' => 'Portmadoc',
|
94
|
+
'Portland' => 'Isle of Portland',
|
95
|
+
'Rhondda Cynon Taf' => 'County Borough of Rhondda Cynon Taf',
|
96
|
+
'Rossendale' => 'Rossendale District',
|
97
|
+
'Royal Borough of Windsor and Maidenhead' => 'Windsor and Maidenhead',
|
98
|
+
'Saint Andrews' => 'St Andrews',
|
99
|
+
'Saint Asaph' => 'St Asaph',
|
100
|
+
'Saint Leonards-on-Sea' => 'St. Leonards-on-Sea',
|
101
|
+
'Saint Neots' => 'St. Neots',
|
102
|
+
'Salisbury' => 'New Sarum',
|
103
|
+
'Sefton' => 'Metropolitan Borough of Sefton',
|
104
|
+
'Sir Powys' => 'County of Powys',
|
105
|
+
'St. Helens' => 'Saint Helens',
|
106
|
+
'Staines' => 'Staines-upon-Thames',
|
107
|
+
'Stansted Mountfitchet' => 'Headquarters',
|
108
|
+
'Stirling' => 'County of Stirling',
|
109
|
+
'The Boldons' => 'Boldon',
|
110
|
+
'Thornaby-on-Tees' => 'Thornaby',
|
111
|
+
'Tidworth' => 'North Tidworth',
|
112
|
+
'United Kingdom' => 'U.K',
|
113
|
+
'Vale of Glamorgan' => 'The Vale of Glamorgan',
|
114
|
+
'Walton-on-Thames' => 'Walton on Thames',
|
115
|
+
'Washington' => 'Washington New Town',
|
116
|
+
'Wells-next-the-Sea' => 'Wells-on-Sea',
|
117
|
+
'Welwyn Garden City' => 'Welwyn Garden',
|
118
|
+
'West Molesey' => 'Molesey',
|
119
|
+
'Wombourne' => 'Wombourn',
|
120
|
+
'Worcester' => 'City of Worcester',
|
121
|
+
'Wrexham' => 'Wrexham County Borough',
|
122
|
+
);
|
123
|
+
|
124
|
+
1; #end
|