lb151

Results 5 issues of lb151

The result of the structure verification is returned and a single error message is returned,Validation stops at one error and returns an error instead of validating all

sourceImage, err := bimg.Read("1.jpg") if err != nil { println(err.Error()) } waterImage, err := bimg.Read("3.png") if err != nil { println(err.Error()) } sImgInfo, _ := bimg.Size(sourceImage) wImgInfo, _ := bimg.Size(waterImage)...

VipsOperation: class "text" not found waterImageOptions := bimg.Watermark{ Text: "Chuck Norris (c) 2315", Opacity: 0.25, Width: 200, DPI: 100, Margin: 150, Font: "sans bold 12", Background: bimg.Color{255, 255, 255}, }...

Watermark image does not support tiling, spread the whole original picture

``` panic: runtime error: index out of range [7] with length 0 goroutine 39 [running]: encoding/binary.littleEndian.Uint64(...) F:/go/src/encoding/binary/binary.go:77 github.com/allegro/bigcache/v2.readTimestampFromEntry(...) E:/go/mod/admin-kgh/pkg/mod/github.com/allegro/bigcache/[email protected]/encoding.go:43 github.com/allegro/bigcache/v2.(*cacheShard).onEvict(0xc0001fad80, 0xc0004996c2, 0x0, 0x13e, 0x5f9ad661, 0xc0000bee40, 0x0) E:/go/mod/admin-kgh/pkg/mod/github.com/allegro/bigcache/[email protected]/shard.go:247 +0x85 github.com/allegro/bigcache/v2.(*cacheShard).cleanUp(0xc0001fad80, 0x5f9ad661)...

bug