init:withMetadata: Instance Method

- (PxPicture *) init:(UIImage *) image withMetadata:(NSDictionary *) metadata;

References: PxPicture

Creates a picture from an image and its associated metadata.

Parameters

  • image — The source image.
  • metadata — A dictionary of metadata values.

Return Value

The created picture.

Top