Add back 4bit BMP

This commit is contained in:
Milan Nikolic
2024-11-03 00:37:52 +01:00
parent 1f33bec28c
commit 749ff0b943
5 changed files with 36 additions and 9 deletions

View File

@@ -18,9 +18,6 @@ func TestConvert(t *testing.T) {
conv := New(opts)
conv.Initialize()
defer conv.Terminate()
files, err := conv.Files([]string{"testdata/test", "testdata"})
if err != nil {
t.Error(err)
@@ -56,9 +53,6 @@ func TestCover(t *testing.T) {
conv := New(opts)
conv.Initialize()
defer conv.Terminate()
files, err := conv.Files([]string{"testdata/test.cbt"})
if err != nil {
t.Error(err)
@@ -88,9 +82,6 @@ func TestThumbnail(t *testing.T) {
conv := New(opts)
conv.Initialize()
defer conv.Terminate()
files, err := conv.Files([]string{"testdata/test.pdf"})
if err != nil {
t.Error(err)