Contents

CVImageBufferIsFlipped(_:)

Returns a Boolean value indicating whether the image is vertically flipped.

Declaration

func CVImageBufferIsFlipped(_ imageBuffer: CVImageBuffer) -> Bool

Parameters

  • imageBuffer:

    An image buffer.

Return Value

Returns true if {0,0} represents the upper left of the image, or false if {0,0} represents the lower left of the image.

See Also

Inspecting image buffers