#import <SECMImage.h>
Definition at line 20 of file SECMImage.h.
| - (void) adjustBrightness: |
|
(float) |
brightness |
| andContrast: |
|
(float) |
contrast |
|
|
| |
Adjust the brightness and contrast of an image. Modifies the current SECMImage object.
- Parameters
-
| float | brightness the brightness modifier. Range goes from -1.0f to 1.0f. |
| float | contrast the contrast modifier. Range goes from 0.0f to 2.0f. |
| - (void) convertToBlackAndWhite |
|
|
|
Converts the image to black and white. Modifies the current image object.
| - (void) convertToGrayScale |
|
|
|
Converts the image to grayscale. Modifies the current SECMImage object.
Dewarps a quadrangle in the image
- Parameters
-
| - (id) initWithImage: |
|
(UIImage *) |
image |
|
Initialize a new SECMImage object.
- Parameters
-
| UIImage | *image containing the image that you wish to edit. |
- Returns
- a newly initialized object.
| - (void) rotate: |
|
(float) |
degrees |
|
Rotates the image
- Parameters
-
| float | degrees the rotation angle |
Rotates the image to a fixed angle.
- Parameters
-
| SECMImageRotation | rotation the desired rotation. Options are available in SECMImageRotation. |
UIImage object with the current image's data.
Definition at line 22 of file SECMImage.h.
The documentation for this class was generated from the following file: