write: Instance Method

- (NSString *) write:(PxPicture *) image;

References: PxPicture

Writes a picture to the current output sequence.

Parameters

  • image — The picture to write.

Return Value

The path of the saved file, or nil on error. The file name may differ from the one passed to open:.

Discussion

Raises PxException if the output format is not permitted by the active license.

Top