Skip to content

Commit fe44406

Browse files
committed
Add testfile for undefined usercomment
See #37
1 parent d6a2edb commit fe44406

File tree

2 files changed

+33
-0
lines changed

2 files changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
[{
2+
"SourceFile": "../testdata/images/undef-usercomment.jpg",
3+
"ExifTool": {
4+
"ExifToolVersion": 12.76
5+
},
6+
"File": {
7+
"FileName": "undef-usercomment.jpg",
8+
"Directory": "../testdata/images",
9+
"FileSize": 683,
10+
"FilePermissions": 100644,
11+
"FileType": "JPEG",
12+
"FileTypeExtension": "JPG",
13+
"MIMEType": "image/jpeg",
14+
"ExifByteOrder": "MM",
15+
"ImageWidth": 16,
16+
"ImageHeight": 16,
17+
"EncodingProcess": 2,
18+
"BitsPerSample": 8,
19+
"ColorComponents": 3,
20+
"YCbCrSubSampling": "2 2"
21+
},
22+
"EXIF": {
23+
"XResolution": 72,
24+
"YResolution": 72,
25+
"ResolutionUnit": 2,
26+
"YCbCrPositioning": 1,
27+
"ExifVersion": "0232",
28+
"ComponentsConfiguration": "1 2 3 0",
29+
"UserComment": "äöüß",
30+
"FlashpixVersion": "0100",
31+
"ColorSpace": 65535
32+
}
33+
}]
683 Bytes
Loading

0 commit comments

Comments
 (0)