Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Output ¶
type Output struct { Name string `json:"name"` MmWidth uint32 `json:"mm_width"` MmHeight uint32 `json:"mm_height"` X int16 `json:"x"` Y int16 `json:"y"` Width uint16 `json:"width"` Height uint16 `json:"height"` Rotation uint16 `json:"rotation"` Rotations uint16 `json:"rotations"` Length uint32 `json:"length"` Area uint64 `json:"area,omitempty"` // contains filtered or unexported fields }
Output represents the X output.
Click to show internal directories.
Click to hide internal directories.