Creates and returns an array of initialized NSBitmapImageRep objects corresponding to the images in the supplied data.
Original signature is '+ (NSArray *)imageRepsWithData:(NSData *)bitmapData'
Available in Mac OS X v10.0 and later.


- bitmapData (NSData)
- A data object containing one or more bitmapped images or nil if the class is unable to create an image representation. The bitmapData parameter can contain data in any supported bitmap format.

An array of NSBitmapImageRep instances or an empty array if the class is unable to create any image representations.

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