mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-07 21:48:13 -08:00
remove unsupported exif tags
This commit is contained in:
parent
f4dc6a5e2d
commit
1ab873798f
1 changed files with 0 additions and 6 deletions
|
|
@ -331,12 +331,6 @@ func TestEXIF(t *testing.T) {
|
|||
if metadata.EXIF.SceneCaptureType != file.SceneCaptureType {
|
||||
t.Fatalf("Unexpected image exif SceneCaptureType: %d != %d", metadata.EXIF.SceneCaptureType, file.SceneCaptureType)
|
||||
}
|
||||
if metadata.EXIF.GPSLatitudeRef != file.GPSLatitudeRef {
|
||||
t.Fatalf("Unexpected image exif GPSLatitudeRef: %s != %s", metadata.EXIF.GPSLatitudeRef, file.GPSLatitudeRef)
|
||||
}
|
||||
if metadata.EXIF.GPSLatitude != file.GPSLatitude {
|
||||
t.Fatalf("Unexpected image exif GPSLatitude: %s != %s", metadata.EXIF.GPSLatitude, file.GPSLatitude)
|
||||
}
|
||||
if metadata.EXIF.GPSLongitudeRef != file.GPSLongitudeRef {
|
||||
t.Fatalf("Unexpected image exif GPSLongitudeRef: %s != %s", metadata.EXIF.GPSLongitudeRef, file.GPSLongitudeRef)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue