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

@ -6,11 +6,13 @@ package bimg
*/
import "C"
// ImageSize represents the image width and height values
type ImageSize struct {
Width int
Height int
}
// ImageMedatada represents the basic metadata fields
type ImageMetadata struct {
Orientation int
Channels int