package imgo // Flip Type type FlipType int const ( Vertical FlipType = iota Horizontal )