Initializes an image object with the supplied image data.
Original signature is '- (id)initWithData:(NSData *)data'
Available in 4 and later.


- data (NSData)
- The image data. The data you supply must be premultiplied.

The initialized image object or nil if the object could not be initialized.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)