reset Instance Method

- (void) reset;

Resets the pixel data back to the original image, leaving image properties (such as orientation) intact. originalImage must not be nil.

Top