feat(test): add vertical image fixtures with multiple test cases

This commit is contained in:
Tomas Aparicio 2016-01-30 14:30:42 +00:00
parent 22f7c36eb1
commit e7feecf376
4 changed files with 59 additions and 14 deletions

View file

@ -1,5 +1,6 @@
package bimg
// Image encapsulates the whole image buffer
type Image struct {
buffer []byte
}