mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-16 02:45:54 -07:00
Adding GIF, PDF and SVG support (libvips 8.3)
This commit is contained in:
parent
308a36afc6
commit
6b76a33673
15 changed files with 843 additions and 11 deletions
|
|
@ -56,13 +56,13 @@ func TestMetadata(t *testing.T) {
|
|||
t.Fatalf("Unexpected image orientation: %d != %d", metadata.Orientation, file.orientation)
|
||||
}
|
||||
if metadata.Alpha != file.alpha {
|
||||
t.Fatalf("Unexpected image alpha: %s != ", metadata.Alpha, file.alpha)
|
||||
t.Fatalf("Unexpected image alpha: %t != %t", metadata.Alpha, file.alpha)
|
||||
}
|
||||
if metadata.Profile != file.profile {
|
||||
t.Fatalf("Unexpected image profile: %s != %s", metadata.Profile, file.profile)
|
||||
t.Fatalf("Unexpected image profile: %t != %t", metadata.Profile, file.profile)
|
||||
}
|
||||
if metadata.Space != file.space {
|
||||
t.Fatalf("Unexpected image profile: %s != %s", metadata.Profile, file.profile)
|
||||
t.Fatalf("Unexpected image profile: %t != %t", metadata.Profile, file.profile)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue