Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Format ¶
type Format int
Format is an image file format.
func (Format) MarshalJSON ¶ added in v1.8.3
func (*Format) UnmarshalJSON ¶ added in v1.8.3
type TransformType ¶ added in v1.8.6
type TransformType int
const ( NoTransform TransformType = iota FlipHTransform FlipVTransform Rotate90Transform Rotate180Transform Rotate270Transform TransverseTransform TransposeTransform )
Click to show internal directories.
Click to hide internal directories.