mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-19 04:06:32 -07:00
remove unsupported exif tag
This commit is contained in:
parent
17c172f91a
commit
7ea8c46c4c
1 changed files with 0 additions and 3 deletions
|
|
@ -99,7 +99,6 @@ func TestEXIF(t *testing.T) {
|
||||||
ResolutionUnit: 2,
|
ResolutionUnit: 2,
|
||||||
YCbCrPositioning: 1,
|
YCbCrPositioning: 1,
|
||||||
ExifVersion: "Exif Version 2.1",
|
ExifVersion: "Exif Version 2.1",
|
||||||
FlashPixVersion: "FlashPix Version 1.0",
|
|
||||||
ColorSpace: 65535,
|
ColorSpace: 65535,
|
||||||
},
|
},
|
||||||
"test_exif.jpg": {
|
"test_exif.jpg": {
|
||||||
|
|
@ -121,7 +120,6 @@ func TestEXIF(t *testing.T) {
|
||||||
MeteringMode: 1,
|
MeteringMode: 1,
|
||||||
Flash: 0,
|
Flash: 0,
|
||||||
FocalLength: "4/1",
|
FocalLength: "4/1",
|
||||||
FlashPixVersion: "FlashPix Version 1.0",
|
|
||||||
WhiteBalance: 1,
|
WhiteBalance: 1,
|
||||||
ColorSpace: 65535,
|
ColorSpace: 65535,
|
||||||
},
|
},
|
||||||
|
|
@ -153,7 +151,6 @@ func TestEXIF(t *testing.T) {
|
||||||
SubSecTime: "00",
|
SubSecTime: "00",
|
||||||
SubSecTimeOriginal: "00",
|
SubSecTimeOriginal: "00",
|
||||||
SubSecTimeDigitized: "00",
|
SubSecTimeDigitized: "00",
|
||||||
FlashPixVersion: "FlashPix Version 1.0",
|
|
||||||
ColorSpace: 1,
|
ColorSpace: 1,
|
||||||
PixelXDimension: 100,
|
PixelXDimension: 100,
|
||||||
PixelYDimension: 68,
|
PixelYDimension: 68,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue