Creates and returns an array of image representation objects initialized using the contents of the specified URL.
Original signature is '+ (NSArray *)imageRepsWithContentsOfURL:(NSURL *)aURL'
Available in Mac OS X v10.0 and later.


- aURL (NSURL)
- The URL pointing to the image data.

An array of image representation objects. The array contains one object for each image in the data at the specified URL.

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