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
empty()init(image:)init(image:options:)init(contentsOf:)init(contentsOf:options:)imageWithContentsOfURL:options:imageWithCGImage:init(cgImage:)imageWithCGImage:options:init(cgImage:options:)imageWithCGImageSource:index:options:init(cgImageSource:index:options:)imageWithData:init(data:)imageWithData:options: