mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
remove insupported exif tag
This commit is contained in:
parent
856fb7405c
commit
17c172f91a
2 changed files with 0 additions and 7 deletions
|
|
@ -198,7 +198,6 @@ func TestEXIF(t *testing.T) {
|
|||
MakerNote: "1110 bytes undefined data",
|
||||
SubSecTimeOriginal: "777",
|
||||
SubSecTimeDigitized: "777",
|
||||
FlashPixVersion: "FlashPix Version 1.0",
|
||||
ColorSpace: 65535,
|
||||
PixelXDimension: 4032,
|
||||
PixelYDimension: 3024,
|
||||
|
|
@ -321,9 +320,6 @@ func TestEXIF(t *testing.T) {
|
|||
if metadata.EXIF.SubSecTimeDigitized != file.SubSecTimeDigitized {
|
||||
t.Fatalf("Unexpected image exif SubSecTimeDigitized: %s != %s", metadata.EXIF.SubSecTimeDigitized, file.SubSecTimeDigitized)
|
||||
}
|
||||
if metadata.EXIF.FlashPixVersion != file.FlashPixVersion {
|
||||
t.Fatalf("Unexpected image exif FlashPixVersion: %s != %s", metadata.EXIF.FlashPixVersion, file.FlashPixVersion)
|
||||
}
|
||||
if metadata.EXIF.ColorSpace != file.ColorSpace {
|
||||
t.Fatalf("Unexpected image exif ColorSpace: %d != %d", metadata.EXIF.ColorSpace, file.ColorSpace)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue