File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
diff --git a/lib/Image/ExifTool.pm b/lib/Image/ExifTool.pm
2
- index e9377841..c0d72b2c 100644
2
+ index 6c3a6292..90b57c2e 100644
3
3
--- a/lib/Image/ExifTool.pm
4
4
+++ b/lib/Image/ExifTool.pm
5
5
@@ -190,19 +190,10 @@ $defaultLang = 'en'; # default language
@@ -24,7 +24,7 @@ index e9377841..c0d72b2c 100644
24
24
my %writeTypes; # lookup for writable file types (hash filled if required)
25
25
26
26
# file extensions that we can't write for various base types
27
- @@ -223,345 +214,9 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
27
+ @@ -223,346 +214,9 @@ my %createTypes = map { $_ => 1 } qw(XMP ICC MIE VRD DR4 EXIF EXV);
28
28
# (if extension may be more than one type, the type is a list where
29
29
# the writable type should come first if it exists)
30
30
%fileTypeLookup = (
@@ -170,6 +170,7 @@ index e9377841..c0d72b2c 100644
170
170
- JPC => 'J2C',
171
171
- JPE => 'JPEG',
172
172
JPEG => ['JPEG', 'Joint Photographic Experts Group'],
173
+ - JPH => ['JP2', 'High-throughput JPEG 2000'],
173
174
- JPF => 'JP2',
174
175
JPG => 'JPEG',
175
176
- JPM => ['JP2', 'JPEG 2000 compound image'],
Original file line number Diff line number Diff line change 15
15
#
16
16
17
17
name 'exiftool'
18
- version = Gitlab ::Version . new ( 'exiftool' , '12.69 ' )
18
+ version = Gitlab ::Version . new ( 'exiftool' , '12.70 ' )
19
19
default_version version . print ( false )
20
20
21
21
license 'GPL-1.0 or Artistic'
You can’t perform that action at this time.
0 commit comments