initFromData: Instance Method

- (PxPicture *) initFromData:(NSData *) data;

References: PxPicture

Creates a picture from in-memory image data, reading its metadata from the data.

Parameters

  • data — The encoded image data.

Return Value

The created picture.

Top