mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-09 15:38:13 -07:00
feat(test): add vertical image fixtures with multiple test cases
This commit is contained in:
parent
22f7c36eb1
commit
e7feecf376
4 changed files with 59 additions and 14 deletions
1
image.go
1
image.go
|
|
@ -1,5 +1,6 @@
|
|||
package bimg
|
||||
|
||||
// Image encapsulates the whole image buffer
|
||||
type Image struct {
|
||||
buffer []byte
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue