Contents

imageWithContentsOfURL:

Creates and returns an image object from the contents of a file.

Declaration

+ (CIImage *) imageWithContentsOfURL:(NSURL *) url;

Parameters

  • url:

    The location of the file.

Return Value

An image object initialized with the contents of the file.

See Also

Creating an Image