Instance Methods | |
(BOOL) | - open: |
Start to write a new picture sequence. More... | |
(PxImageWriter_CfgResult) | - configure:withInt: |
Change configuration option with integer value. More... | |
(PxImageWriter_CfgResult) | - configure:withFloat: |
Change configuration option with float value. More... | |
(PxImageWriter_CfgResult) | - configure:withString: |
Change configuration option with string value. More... | |
(NSString *) | - write: |
Write an image to the current sequence. More... | |
(NSString *) | - writeFile::: |
Write to the specified file. Currently supported for PDFs only. More... | |
(BOOL) | - close |
Close current sequence. More... | |
Class Methods | |
(PxImageWriter *) | + newWithType: |
Creates PxImageWriter of the specifed type. More... | |
- (BOOL) close |
Close current sequence.
- (PxImageWriter_CfgResult) configure: | (PxImageWriter_Cfg) | key | |
withFloat: | (float) | value | |
Change configuration option with float value.
key | configuration key |
value | configuration value |
- (PxImageWriter_CfgResult) configure: | (PxImageWriter_Cfg) | key | |
withInt: | (int) | value | |
Change configuration option with integer value.
key | configuration key |
value | configuration value |
- (PxImageWriter_CfgResult) configure: | (PxImageWriter_Cfg) | key | |
withString: | (NSString *) | value | |
Change configuration option with string value.
key | configuration key |
value | configuration value |
+ (PxImageWriter*) newWithType: | (PxImageWriter_Type) | type |
Creates PxImageWriter of the specifed type.
type | requested image writer type |
- (BOOL) open: | (NSString *) | fileName |
Start to write a new picture sequence.
fileName | path to file |
- (NSString*) write: | (PxMetaImage *) | image |
Write an image to the current sequence.
image | PxMetaImage to write |
PxException | if feature is not enabled by the license |
- (NSString*) writeFile: | (NSString *) | imageFile | |
: | (PxImageWriter_FileType) | imageType | |
: | (PxMetaImage_Orientation) | orientation | |
Write to the specified file. Currently supported for PDFs only.
imageFile | file to write |
imageType | file type |
orientation | EXIF orientation value |
PxException | if feature is not enabled by the license |