initFromNSURL: Instance Method

- (PxPicture *) initFromNSURL:(NSURL *) nsurl;

References: PxPicture

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

Parameters

  • nsurl — The image URL.

Return Value

The created picture.

Top