#import <SECMExporter.h>
Definition at line 14 of file SECMExporter.h.
| + (NSData *) JPEGWithSECMImage: |
|
(SECMImage *) |
image |
| andQuality: |
|
(float) |
quality |
|
|
| |
Exports an image to JPEG
- Parameters
-
| SECM | image the image to be exported |
| float | quality the desired compression quality (range goes from 0.0 to 1.0) |
- Returns
- a NSData object with the JPEG's binary
| + (NSData *) JPEGWithUIImage: |
|
(UIImage *) |
image |
| andQuality: |
|
(float) |
quality |
|
|
| |
Exports an image to JPEG
- Parameters
-
| UIImage | image the image to be exported |
| float | quality the desired compression quality (range goes from 0.0 to 1.0) |
- Returns
- a NSData object with the JPEG's binary
| + (NSData *) PDFWithImages: |
|
(NSArray *) |
images |
|
Exports an array of images (may contain either UIImage or SECMImage instances) to a PDF
- Parameters
-
| NSArray | images an array of images containing UIImage or SECMImage objects |
- Returns
- a NSData object with the PDF's binary
| + (NSData *) PNGWithSECMImage: |
|
(SECMImage *) |
image |
|
Exports an image to PNG
- Parameters
-
| SECM | image the image to be exported |
- Returns
- a NSData object with the PNG's binary
| + (NSData *) PNGWithUIImage: |
|
(UIImage *) |
image |
|
Exports an image to PNG
- Parameters
-
| SECM | image the image to be exported |
- Returns
- a NSData object with the PNG's binary
The documentation for this class was generated from the following file: