initFromURL: Instance Method

- (PxPicture *) initFromURL:(NSString *) url;

References: PxPicture

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

Parameters

  • url — The image URL, as a string.

Return Value

The created picture.

Top