mirror of
https://github.com/talgo-cloud/bimg.git
synced 2026-03-08 23:18:19 -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
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue