initFromPath: Instance Method

- (PxPicture *) initFromPath:(NSString *) path;

References: PxPicture

Creates a picture from an image file, reading its metadata from the file.

Parameters

  • path — The local file-system path of the image.

Return Value

The created picture.

Top