SimpleECM Image Processing SDK  1.1
 All Classes Files Functions Variables Enumerations Enumerator Properties
SECMExporter Class Reference

#import <SECMExporter.h>

Inheritance diagram for SECMExporter:

Class Methods

(NSData *) + PDFWithImages:
 
(NSData *) + JPEGWithUIImage:andQuality:
 
(NSData *) + JPEGWithSECMImage:andQuality:
 
(NSData *) + PNGWithUIImage:
 
(NSData *) + PNGWithSECMImage:
 

Detailed Description

Definition at line 14 of file SECMExporter.h.

Method Documentation

+ (NSData *) JPEGWithSECMImage: (SECMImage *)  image
andQuality: (float)  quality 

Exports an image to JPEG

Parameters
SECMimage the image to be exported
floatquality 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
UIImageimage the image to be exported
floatquality 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
NSArrayimages 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
SECMimage the image to be exported
Returns
a NSData object with the PNG's binary
+ (NSData *) PNGWithUIImage: (UIImage *)  image

Exports an image to PNG

Parameters
SECMimage 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: