init: Instance Method

- (PxPicture *) init:(UIImage *) image;

References: PxPicture

Creates a picture from an image, with no metadata.

Parameters

  • image — The source image.

Return Value

The created picture.

Top