extractImageWithoutProcessing Instance Method

- (UIImage *) extractImageWithoutProcessing;

Extracts the original image rotated to the current orientation, without processing.

Return Value

The original, oriented image.

Top